Interface OperatorPicker<T,​S extends BaseSelector>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      S and()
      Compose the current specification with a new one using a logical AND.
      S or()
      Compose the current specification with a new one using a logical OR.
    • Method Detail

      • and

        S and()
        Compose the current specification with a new one using a logical AND.
        Returns:
        the next operation of the builder DSL, allowing to further compose a new specification.
      • or

        S or()
        Compose the current specification with a new one using a logical OR.
        Returns:
        the next operation of the builder DSL, allowing to further compose a new specification.