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
-
Method Details
-
transform
- Specified by:
transformin interfaceorg.apache.commons.collections.Transformer
-