Package org.apache.juneau.utils
Interface Tuple2Function<A,B,R>  
- Type Parameters:
- A- Object 1 type.
- B- Object 2 type.
- R- Result type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Allows you to perform a function against 2 objects.
 
 Same as BiFunction.
 
   Tuple2Function<A,B,R> 
See Also:
- 
Method Summary
- 
Method Details- 
apply
- 
andThen
 
-