|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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
|
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
|
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. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||