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