@Beta public final class ComparatorCondition extends Condition
Underlying grammar:
    operand comparator_symbol operand
 
    comparator_symbol ::=
        =
      | <>
      | <
      | <=
      | >
      | >=
 
 This object is as immutable (or unmodifiable) as the underlying operands.
Copyright © 2015. All rights reserved.