Interface ThrowingBiFunction<P0,P1,R,E extends Throwable>


public interface ThrowingBiFunction<P0,P1,R,E extends Throwable>
  • Method Summary

    Modifier and Type
    Method
    Description
    apply(P0 p0, P1 p1)
     
  • Method Details