Interface LogicalOperator<S,T>

All Known Implementing Classes:
ContainmentSetOperator, LogicalOperatorCondition, PredicateLogicalAndOperation, PredicateLogicalOrOperation

public interface LogicalOperator<S,T>
Author:
Stefan Spiska
  • Method Details

    • getSymbol

      S getSymbol()
    • getValues

      List<T> getValues()
    • addValues

      default LogicalOperator<S,T> addValues(Stream<T> valuesStream)
      Adds the values from the stream. Depending on the implementation, the original object may or may not be modified.
      Parameters:
      valuesStream -
      Returns: