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

Packages that use TypedTransformer
org.broadleafcommerce.common.util   
 

Uses of TypedTransformer in org.broadleafcommerce.common.util
 

Methods in org.broadleafcommerce.common.util with parameters of type TypedTransformer
static
<T> Collection<T>
BLCCollectionUtils.collect(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.
static
<T,O> ArrayList<T>
BLCArrayUtils.collect(Object[] array, TypedTransformer<T> transformer)
          Similar to the CollectionUtils collect except that it works on an array instead of a Java Collection
static
<T,O> HashSet<T>
BLCArrayUtils.collectSet(Object[] array, TypedTransformer<T> transformer)
          The same as BLCArrayUtils.collect(Object[], TypedTransformer) but returns a set.
 



Copyright © 2013. All Rights Reserved.