org.eclipse.xtext.xbase.lib
Interface Functions.Function6<P1,P2,P3,P4,P5,P6,Result>
- Type Parameters:
P1 - the first argument that is passed to the
closureP2 - the second argument that is passed to the
closureP3 - the third argument that is passed to the
closureP4 - the fourth argument that is passed to the
closureP5 - the fifth argument that is passed to the
closureP6 - the sixth argument that is passed to the
closureResult - the result of the single closure method
.
- Enclosing interface:
- Functions
public static interface Functions.Function6<P1,P2,P3,P4,P5,P6,Result>
A function that takes six arguments.
apply
Result apply(P1 p1,
P2 p2,
P3 p3,
P4 p4,
P5 p5,
P6 p6)