Interface Transformation

    • Method Detail

      • asContextualTransform

        default <OP extends DataOperatorContextualTransformation<OP> asContextualTransform()
        Convert this transformation to (operator specific) contextual transform.
        Type Parameters:
        OP - Operator
        Returns:
        this transform converted to contextual transform.
        Throws:
        java.lang.IllegalArgumentException - on errors
      • asElementWiseTransform

        default ElementWiseTransformation asElementWiseTransform()
        Convert this transformation to element wise (stateless).
        Returns:
        this transform converted to stateless transform
        Throws:
        java.lang.IllegalArgumentException - on errors