Uses of Interface
eu.lindenbaum.maven.util.CollectionUtils.FoldFunction

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
<A,B> B
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.
 



Copyright © 2012 Lindenbaum GmbH. All Rights Reserved.