| Package | Description |
|---|---|
| org.broadleafcommerce.common.util |
| Modifier and Type | Method and Description |
|---|---|
static <T> List<T> |
BLCCollectionUtils.selectList(Collection<T> inputCollection,
TypedPredicate<T> predicate)
Delegates to
CollectionUtils.select(Collection, org.apache.commons.collections.Predicate), but will
force the return type to be a List |
Copyright © 2016. All rights reserved.