- Type Parameters:
P1 - the first argument that is passed to the closureP2 - the second argument that is passed to the closureResult - the result of the single closure method.
- Enclosing interface:
- Functions
public static interface Functions.Function2<P1,P2,Result>
A function that takes two arguments.