Class TableBasedOperator

    • Constructor Detail

      • TableBasedOperator

        public TableBasedOperator​(DataRowOperator newDataRowOperator)
        Constructs with the implementation of operator.
        Parameters:
        newDataRowOperator - The operator to be called
    • Method Detail

      • buildThreadSafe

        public static TableBasedOperator buildThreadSafe​(DataRowOperator newDataRowOperator)
        Builds this operator with thread-safe property.
        Parameters:
        newDataRowOperator - The operator to be wrapped
        Returns:
        The new instance of thread-safe