| Package | Description |
|---|---|
| org.broadleafcommerce.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> java.util.Collection<T> |
BLCCollectionUtils.collect(java.util.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 © 2018. All Rights Reserved.