Package org.apache.juneau.internal
Interface Function2<A,B,R>  
- Type Parameters:
- A- The first argument.
- B- The second argument.
- R- The return type.
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A function that takes in 2 arguments.
 
See Also:
- 
Method Summary
- 
Method Details- 
apply
- 
andThen
 
-