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

    Modifier and Type
    Method
    Description
     
  • Method Details

    • transform

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