Interface ProxyTransform

    • Method Detail

      • asContextual

        default <OP extends DataOperatorContextualProxyTransform<OP> asContextual()
        Convert this proxy to contextual transform.
        Type Parameters:
        OP - DataOperator
        Returns:
        this transform converted to operator specific
        Throws:
        java.lang.IllegalArgumentException - on errors
      • asElementWise

        default ElementWiseProxyTransform asElementWise()
        Convert this proxy to element wise transform.
        Returns:
        this transform converted to element wise
        Throws:
        java.lang.IllegalArgumentException - on errors