Uses of Interface
org.omnaest.utils.structure.element.converter.ElementConverterOneToMany

Packages that use ElementConverterOneToMany
org.omnaest.utils.structure.collection.list   
 

Uses of ElementConverterOneToMany in org.omnaest.utils.structure.collection.list
 

Methods in org.omnaest.utils.structure.collection.list with parameters of type ElementConverterOneToMany
static
<FROM,TO> List<TO>
ListUtils.convert(Collection<FROM> collection, ElementConverterOneToMany<FROM,TO> multiElementConverter)
          Transforms a given Collection instance from one generic type into the other using a given ElementConverterOneToMany.
static
<FROM,TO> List<TO>
ListUtils.convert(Collection<FROM> collection, ElementConverterOneToMany<FROM,TO> multiElementConverter, boolean eliminateNullValues)
          Transforms a given Collection instance from one generic type into the other using a given ElementConverter.
static
<FROM,TO> List<TO>
ListUtils.convertListExcludingNullElements(Collection<FROM> collection, ElementConverterOneToMany<FROM,TO> multiElementConverter)
          Transforms a given Collection instance from one generic type into the other using a given ElementConverterOneToMany.
 



Copyright © 2013. All Rights Reserved.