Uses of Interface
org.broadleafcommerce.common.util.TypedPredicate

Packages that use TypedPredicate
org.broadleafcommerce.common.util   
 

Uses of TypedPredicate in org.broadleafcommerce.common.util
 

Methods in org.broadleafcommerce.common.util with parameters of type TypedPredicate
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.
 



Copyright © 2013. All Rights Reserved.