Package org.eclipse.xtext.xbase.lib
Interface Procedures.Procedure3<P1,P2,P3>
-
- 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 theclosure
- Enclosing interface:
- Procedures
public static interface Procedures.Procedure3<P1,P2,P3>A procedure that takes three arguments.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidapply(P1 p1, P2 p2, P3 p3)
-