Uses of Interface
org.eclipse.xtext.xbase.lib.Functions.Function0
Packages that use Functions.Function0
-
Uses of Functions.Function0 in org.eclipse.xtext.xbase.lib
Methods in org.eclipse.xtext.xbase.lib that return Functions.Function0Modifier and TypeMethodDescriptionstatic <P1,RESULT>
Functions.Function0<RESULT>FunctionExtensions.curry(Functions.Function1<? super P1, ? extends RESULT> function, P1 argument) Curries a function that takes one argument.