Class ElementTransformer

  • All Implemented Interfaces:
    Function<uk.gov.gchq.koryphe.tuple.Tuple<String>,​uk.gov.gchq.koryphe.tuple.Tuple<String>>

    public class ElementTransformer
    extends uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunctionComposite<String>
    An ElementTransformer is a Function which applies a series of transformations to an Element.
    • Constructor Detail

      • ElementTransformer

        public ElementTransformer()
    • Method Detail

      • equals

        public boolean equals​(Object obj)
        Overrides:
        equals in class uk.gov.gchq.koryphe.composite.Composite<uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction<String,​? extends Object,​? extends Object>>
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class uk.gov.gchq.koryphe.composite.Composite<uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction<String,​? extends Object,​? extends Object>>
      • toString

        public String toString()
        Overrides:
        toString in class uk.gov.gchq.koryphe.composite.Composite<uk.gov.gchq.koryphe.tuple.function.TupleAdaptedFunction<String,​? extends Object,​? extends Object>>