Interface ConditionalSelector

All Superinterfaces:
Selector, SimpleSelector

public interface ConditionalSelector extends SimpleSelector
Conditional selector, by Philippe Le Hegaret
  • Method Details

    • getSimpleSelector

      SimpleSelector getSimpleSelector()
      Returns the simple selector.

      The simple selector can't be a ConditionalSelector.

      Returns:
      the simple selector.
    • getCondition

      Condition getCondition()
      Returns the condition to be applied on the simple selector.