| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.lib |
| Modifier and Type | Method and Description |
|---|---|
static <P1,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.
|
| Modifier and Type | Method and Description |
|---|---|
static <P1,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.
|
Copyright © 2015. All Rights Reserved.