org.eclipse.xtext.xbase.lib
Interface Functions.Function3<P1,P2,P3,Result>

Enclosing interface:
Functions

public static interface Functions.Function3<P1,P2,P3,Result>

A function that takes three arguments.


Method Summary
 Result apply(P1 p1, P2 p2, P3 p3)
           
 

Method Detail

apply

Result apply(P1 p1,
             P2 p2,
             P3 p3)