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

Packages that use CollectionFunctions.Converter
eu.monnetproject.lemon.conversions.lmf   
 

Uses of CollectionFunctions.Converter in eu.monnetproject.lemon.conversions.lmf
 

Fields in eu.monnetproject.lemon.conversions.lmf declared as CollectionFunctions.Converter
static CollectionFunctions.Converter CollectionFunctions.IDENTITY
          Convenience SAM function that returns the same value
 

Methods in eu.monnetproject.lemon.conversions.lmf with parameters of type CollectionFunctions.Converter
static
<E,F> F[]
CollectionFunctions.map(E[] array, CollectionFunctions.Converter<E,F> f)
          Convert each element of an array
static
<E,F> List<F>
CollectionFunctions.map(List<E> list, CollectionFunctions.Converter<E,F> f)
          Convert each element of a list
static
<E,F,G,H> Map<G,H>
CollectionFunctions.map(Map<E,F> map, CollectionFunctions.Converter<E,G> f1, CollectionFunctions.Converter<F,H> f2)
          Convert each element of a map
static
<E,F,G,H> Map<G,H>
CollectionFunctions.map(Map<E,F> map, CollectionFunctions.Converter<E,G> f1, CollectionFunctions.Converter<F,H> f2)
          Convert each element of a map
static
<E,F> Set<F>
CollectionFunctions.map(Set<E> set, CollectionFunctions.Converter<E,F> f)
          Convert each element of a set
 



Copyright © 2012. All Rights Reserved.