Package org.eclipse.xtext.xbase.lib
Interface Functions.Function4<P1,P2,P3,P4,Result>
-
- Type Parameters:
P1- the first argument that is passed to theclosureP2- the second argument that is passed to theclosureP3- the third argument that is passed to theclosureP4- the fourth argument that is passed to theclosureResult- the result of the single closuremethod.
- Enclosing interface:
- Functions
public static interface Functions.Function4<P1,P2,P3,P4,Result>A function that takes four arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Resultapply(P1 p1, P2 p2, P3 p3, P4 p4)
-