Interface DataOperatorAware

    • Method Detail

      • isContextual

        default boolean isContextual()
        Verify if this is DataOperator specific (contextual) object.
        Returns:
        boolean
      • isDelegateOf

        boolean isDelegateOf​(DataOperatorFactory<?> operatorFactory)
        Verify if this Transformation belongs to given DataOperatorFactory
        Parameters:
        operatorFactory - the DataOperatorFactory
        Returns:
        boolean
      • as

        default <T extends DataOperatorAware> T as​(java.lang.Class<T> cls)
        Convert this transformation to a more (DataOperator) specific one.
        Type Parameters:
        T - type parameter
        Parameters:
        cls - the class to check and convert this transform
        Returns:
        cast transform