Interface StringOptionPicker<T,​S extends BaseSelector>

    • Method Detail

      • trimming

        StringOptionPicker<T,​S> trimming()
        Specifies that the value should trimmed of leading and trailing whitespaces before comparison.
        Returns:
        the next operation of the builder DSL, allowing to specify more options or compose a new specification.
      • trimmingLead

        StringOptionPicker<T,​S> trimmingLead()
        Specifies that the value should be trimmed of leading whitespace before comparison.
        Returns:
        the next operation of the builder DSL, allowing to specify more options or compose a new specification.
      • trimmingTail

        StringOptionPicker<T,​S> trimmingTail()
        Specifies that the value should be trimmed of trailing whitespace before comparison.
        Returns:
        the next operation of the builder DSL, allowing to specify more options or compose a new specification.
      • ignoringCase

        StringOptionPicker<T,​S> ignoringCase()
        Specifies that the comparison should be done ignoring case.
        Returns:
        the next operation of the builder DSL, allowing to specify more options or compose a new specification.