Uses of Interface
org.omnaest.utils.structure.collection.ListUtils.MultiElementTransformer

Packages that use ListUtils.MultiElementTransformer
org.omnaest.utils.structure.collection   
 

Uses of ListUtils.MultiElementTransformer in org.omnaest.utils.structure.collection
 

Methods in org.omnaest.utils.structure.collection with parameters of type ListUtils.MultiElementTransformer
static
<FROM,TO> List<TO>
ListUtils.transform(Collection<FROM> collection, ListUtils.MultiElementTransformer<FROM,TO> multiElementTransformer)
          Transforms a given Collection instance from one generic type into the other using a given ListUtils.MultiElementTransformer.
static
<FROM,TO> List<TO>
ListUtils.transform(Collection<FROM> collection, ListUtils.MultiElementTransformer<FROM,TO> multiElementTransformer, boolean eliminateNullValues)
          Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer.
static
<FROM,TO> List<TO>
ListUtils.transformListExcludingNullElements(Collection<FROM> collection, ListUtils.MultiElementTransformer<FROM,TO> multiElementTransformer)
          Transforms a given Collection instance from one generic type into the other using a given ListUtils.MultiElementTransformer.
 



Copyright © 2011. All Rights Reserved.