org.eclipse.xtext.xbase.lib
Interface Functions.Function1<Param,Result>

Type Parameters:
Param - the only argument that is passed to the closure
Result - the result of the single closure method.
Enclosing interface:
Functions

public static interface Functions.Function1<Param,Result>

A function that takes one argument.


Method Summary
 Result apply(Param p)
           
 

Method Detail

apply

Result apply(Param p)