Uses of Interface
org.eclipse.xtext.xbase.lib.Functions.Function3
Packages that use Functions.Function3
-
Uses of Functions.Function3 in org.eclipse.xtext.xbase.lib
Methods in org.eclipse.xtext.xbase.lib that return Functions.Function3Modifier and TypeMethodDescriptionstatic <P1,P2, P3, P4, RESULT>
Functions.Function3<P2,P3, P4, RESULT> FunctionExtensions.curry(Functions.Function4<? super P1, ? super P2, ? super P3, ? super P4, ? extends RESULT> function, P1 argument) Curries a function that takes four arguments.Methods in org.eclipse.xtext.xbase.lib with parameters of type Functions.Function3Modifier and TypeMethodDescriptionstatic <P1,P2, P3, RESULT>
Functions.Function2<P2,P3, RESULT> FunctionExtensions.curry(Functions.Function3<? super P1, ? super P2, ? super P3, ? extends RESULT> function, P1 argument) Curries a function that takes three arguments.