Uses of Interface
org.eclipse.xtext.xbase.lib.Functions.Function4
Packages that use Functions.Function4
-
Uses of Functions.Function4 in org.eclipse.xtext.xbase.lib
Methods in org.eclipse.xtext.xbase.lib that return Functions.Function4Modifier and TypeMethodDescriptionstatic <P1,P2, P3, P4, P5, RESULT>
Functions.Function4<P2,P3, P4, P5, RESULT> FunctionExtensions.curry(Functions.Function5<? super P1, ? super P2, ? super P3, ? super P4, ? super P5, ? extends RESULT> function, P1 argument) Curries a function that takes five arguments.Methods in org.eclipse.xtext.xbase.lib with parameters of type Functions.Function4Modifier 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.