Interface TypedTransformer<K>

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

public interface TypedTransformer<K> extends org.apache.commons.collections4.Transformer
A class that provides for a typed transformer.
Author:
Andre Azzolini (apazzolini)
See Also:
  • Transformer
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface java.util.function.Function

    andThen, compose

    Methods inherited from interface org.apache.commons.collections4.Transformer

    apply
  • Method Details

    • transform

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