Interface FragileBiFunction<T,U,R,E extends java.lang.Throwable>
- 
- Type Parameters:
- T- the type of the first argument to the function
- U- the type of the second argument to the function
- R- the type of the result of the function
- E- the type of- Throwablethrown by this- FragileBiFunction
 - All Known Subinterfaces:
- PerspectiveExpressionFactory
 - Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
 
 @FunctionalInterface public interface FragileBiFunction<T,U,R,E extends java.lang.Throwable>ABiFunctionwhich can throw aThrowable- See Also:
- BiFunction
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Rapply(T t, U u)Applies this function to the given arguments.
 
-