Interface LogicalOperatorDto<S,​T>

    • Method Detail

      • getSymbol

        S getSymbol()
      • getValues

        List<T> getValues()
      • addValues

        default LogicalOperatorDto<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: