| Package | Description |
|---|---|
| org.eclipse.xtext.xbase.lib |
| Modifier and Type | Method and Description |
|---|---|
static <P1,P2,P3,P4> |
ProcedureExtensions.curry(Procedures.Procedure4<? super P1,? super P2,? super P3,? super P4> procedure,
P1 argument)
Curries a procedure that takes four arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static <P1,P2,P3> Procedures.Procedure2<P2,P3> |
ProcedureExtensions.curry(Procedures.Procedure3<? super P1,? super P2,? super P3> procedure,
P1 argument)
Curries a procedure that takes three arguments.
|
static <K,V> void |
MapExtensions.forEach(Map<K,V> map,
Procedures.Procedure3<? super K,? super V,? super Integer> procedure)
|
Copyright © 2015. All Rights Reserved.