Interface FragileBiFunction<T,U,R,E extends Throwable>   
- Type Parameters:
 T- the type of the first argument to the functionU- the type of the second argument to the functionR- the type of the result of the functionE- the type ofThrowablethrown by thisFragileBiFunction
- 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.
 
A 
BiFunction which can throw a Throwable- See Also:
 
- 
Method Summary
 
- 
Method Details
- 
apply
Applies this function to the given arguments.- Parameters:
 t- the first function argumentu- the second function argument- Returns:
 - the function result
 - Throws:
 E- if there is some error or exception- See Also:
 
 
 -