Module org.eclipse.xtext.xbase.lib
Package org.eclipse.xtext.xbase.lib
Interface Functions.Function2<P1,P2,Result>
- Type Parameters:
P1- the first argument that is passed to theclosureP2- the second argument that is passed to theclosureResult- the result of the single closuremethod.
- Enclosing interface:
- Functions
public static interface Functions.Function2<P1,P2,Result>
A function that takes two arguments.
-
Method Summary
-
Method Details
-
apply
-