|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CollectionFunctions.FoldFunction | |
|---|---|
| eu.monnetproject.lemon.conversions.lmf | |
| Uses of CollectionFunctions.FoldFunction in eu.monnetproject.lemon.conversions.lmf |
|---|
| Methods in eu.monnetproject.lemon.conversions.lmf with parameters of type CollectionFunctions.FoldFunction | ||
|---|---|---|
static
|
CollectionFunctions.foldLeft(Collection<E> collection,
F initial,
CollectionFunctions.FoldFunction<F,E> f)
Fold the collection to the left. |
|
static
|
CollectionFunctions.foldLeft(E[] array,
F initial,
CollectionFunctions.FoldFunction<F,E> f)
Fold the array to the left. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||