|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CollectionUtils.FoldFunction | |
---|---|
eu.lindenbaum.maven.util |
Uses of CollectionUtils.FoldFunction in eu.lindenbaum.maven.util |
---|
Methods in eu.lindenbaum.maven.util with parameters of type CollectionUtils.FoldFunction | ||
---|---|---|
static
|
CollectionUtils.foldl(CollectionUtils.FoldFunction<A,B> f,
B initial,
Collection<A> as)
Applies a function f on each element of a collection passing through an accumulator argument which is an argument for the call to f. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |