Interface CombinatorCondition

All Superinterfaces:
Condition

public interface CombinatorCondition extends Condition
Based on SAC's CombinatorCondition interface by Philippe Le Hegaret.

Represents two chained conditions in a compound selector.

  • Method Details

    • getFirstCondition

      Condition getFirstCondition()
      The first condition.
      Returns:
      the first condition.
    • getSecondCondition

      Condition getSecondCondition()
      The second condition.
      Returns:
      the second condition.