Interface TransformationFunction<I,​O>

  • Type Parameters:
    I - The input value type.
    O - The output value type.
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public interface TransformationFunction<I,​O>
    Transforms data based on TransformationDefinition.
    Since:
    4.1.0
    See Also:
    TransformationDefinition.getFunction()