Interface ThrowingBiFunction<T,U,R,E extends java.lang.Throwable>
-
public interface ThrowingBiFunction<T,U,R,E extends java.lang.Throwable>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t, U u)Applies this function, which may throw an exception, to the given arguments.
-