Package | Description |
---|---|
org.broadleafcommerce.common.util | |
org.broadleafcommerce.openadmin.dto |
Modifier and Type | Method and Description |
---|---|
static <T> boolean |
BLCArrayUtils.contains(T[] array,
TypedPredicate<T> predicate)
Given an array and a typed predicate, determines if the array has an object that matches the condition of the
predicate.
|
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 |
Modifier and Type | Method and Description |
---|---|
protected TypedPredicate<String> |
FilterAndSortCriteria.getPredicateForSpecialValues(boolean inclusive) |
Copyright © 2020. All rights reserved.