Interface ISingleConditionData<LHS,​RHS>

    • Method Detail

      • getLeftHandSide

        LHS getLeftHandSide()
        Returns:
        Value to check.
      • getOperator

        EMatchCondition getOperator()
        Returns:
        Operator to apply on the value to check.
      • getRightHandSide

        RHS getRightHandSide()
        Returns:
        Value against which to compare the getLeftHandSide().