org.eclipse.xtext.xbase.lib
Interface Functions.Function6<P1,P2,P3,P4,P5,P6,Result>

Enclosing interface:
Functions

public static interface Functions.Function6<P1,P2,P3,P4,P5,P6,Result>

A function that takes six arguments.


Method Summary
 Result apply(P1 p1, P2 p2, P3 p3, P4 p4, P5 p5, P6 p6)
           
 

Method Detail

apply

Result apply(P1 p1,
             P2 p2,
             P3 p3,
             P4 p4,
             P5 p5,
             P6 p6)