|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedTransformer | |
|---|---|
| org.broadleafcommerce.common.util | |
| Uses of TypedTransformer in org.broadleafcommerce.common.util |
|---|
| Methods in org.broadleafcommerce.common.util with parameters of type TypedTransformer | ||
|---|---|---|
static
|
BLCCollectionUtils.collect(Collection inputCollection,
TypedTransformer<T> transformer)
Delegates to CollectionUtils.collect(Collection, Transformer), but performs the necessary type coercion
to allow the returned collection to be correctly casted based on the TypedTransformer. |
|
static
|
BLCArrayUtils.collect(Object[] array,
TypedTransformer<T> transformer)
Similar to the CollectionUtils collect except that it works on an array instead of a Java Collection |
|
static
|
BLCArrayUtils.collectSet(Object[] array,
TypedTransformer<T> transformer)
The same as BLCArrayUtils.collect(Object[], TypedTransformer) but returns a set. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||