Class OrCondition


  • @Beta
    public final class OrCondition
    extends Condition
    Represents an OR condition in building condition expressions.

    This object is as immutable (or unmodifiable) as the underlying conditions.

    • Method Detail

      • and

        public AndCondition and​(Condition that)
        Description copied from class: Condition
        Returns a new condition based on the conjunction of the current condition and the given condition.
        Overrides:
        and in class Condition
        Parameters:
        that - given condition.