| 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. |
Copyright © 2017. All Rights Reserved.