| Package | Description |
|---|---|
| org.broadleafcommerce.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> Collection<T> |
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 <T> T[] |
BLCCollectionUtils.collectArray(Collection inputCollection,
TypedTransformer<T> transformer,
Class<T> clazz)
The same as
BLCCollectionUtils.collect(Collection, TypedTransformer) but returns an array |
static <T> List<T> |
BLCCollectionUtils.collectList(Collection inputCollection,
TypedTransformer<T> transformer)
The same as
BLCCollectionUtils.collect(Collection, TypedTransformer) but returns an ArrayList |
Copyright © 2016. All rights reserved.