|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ListUtils.ElementTransformer | |
|---|---|
| org.omnaest.utils.structure.collection | |
| Uses of ListUtils.ElementTransformer in org.omnaest.utils.structure.collection |
|---|
| Classes in org.omnaest.utils.structure.collection that implement ListUtils.ElementTransformer | |
|---|---|
static class |
ListUtils.ElementTransformerIdentitiyCast<FROM,TO>
Simple ListUtils.ElementTransformer implementation which casts the given object and returns it. |
| Methods in org.omnaest.utils.structure.collection with parameters of type ListUtils.ElementTransformer | ||
|---|---|---|
static
|
ListUtils.transform(Collection<FROM> collection,
ListUtils.ElementTransformer<FROM,TO> elementTransformer)
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer. |
|
static
|
ListUtils.transform(Collection<FROM> collection,
ListUtils.ElementTransformer<FROM,TO> elementTransformer,
boolean eliminateNullValues)
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer. |
|
static
|
CollectionUtils.transformCollection(Collection<FROM> collectionFrom,
ListUtils.ElementTransformer<FROM,TO> elementTransformer)
Converts a given Collection into another Collection with other element types using an
ListUtils.ElementTransformer. |
|
static
|
CollectionUtils.transformCollectionExcludingNullElements(Collection<FROM> collectionFrom,
ListUtils.ElementTransformer<FROM,TO> elementTransformer)
Converts a given Collection into another Collection with other element types, whereby all elements which
convert to null will not be inserted into the target Collection. |
|
static
|
ListUtils.transformListExcludingNullElements(Collection<FROM> collection,
ListUtils.ElementTransformer<FROM,TO> elementTransformer)
Transforms a given Collection instance from one generic type into the other using a given ListUtils.ElementTransformer. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||