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.
 



Copyright © 2013. All Rights Reserved.