Uses of Interface
eu.monnetproject.lemon.conversions.lmf.CollectionFunctions.FoldFunction

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
<E,F> F
CollectionFunctions.foldLeft(Collection<E> collection, F initial, CollectionFunctions.FoldFunction<F,E> f)
          Fold the collection to the left.
static
<E,F> F
CollectionFunctions.foldLeft(E[] array, F initial, CollectionFunctions.FoldFunction<F,E> f)
          Fold the array to the left.
 



Copyright © 2012. All Rights Reserved.