org.broadleafcommerce.common.util
Interface TypedTransformer<K>

Type Parameters:
K - the type of the value that will be returned by the transformer
All Superinterfaces:
org.apache.commons.collections.Transformer

public interface TypedTransformer<K>
extends org.apache.commons.collections.Transformer

A class that provides for a typed transformer.

Author:
Andre Azzolini (apazzolini)
See Also:
Transformer

Method Summary
 K transform(Object input)
           
 

Method Detail

transform

K transform(Object input)
Specified by:
transform in interface org.apache.commons.collections.Transformer


Copyright © 2013. All Rights Reserved.