Package org.fuchss.tools.lambda
Interface BiFunctionWithException<I1,I2,O>  
- Type Parameters:
- I1- input one type
- I2- input two type
- O- output type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Same as 
BiFunction but with Exception.- Author:
- Dominik Fuchss
- 
Method Summary
- 
Method Details- 
apply- Throws:
- Exception
 
 
-