Uses of Class
org.broadleafcommerce.common.util.TypedPredicate
Packages that use TypedPredicate
-
Uses of TypedPredicate in org.broadleafcommerce.common.util
Methods in org.broadleafcommerce.common.util with parameters of type TypedPredicateModifier and TypeMethodDescriptionstatic <T> booleanBLCArrayUtils.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 toCollectionUtils#select(Collection, org.apache.commons.collections4.Predicate), but will force the return type to be a List.