or
Creates a new Condition that is the logical OR of this Condition and another BooleanSupplier.
Return
A new Condition that is the logical OR of this Condition and the other BooleanSupplier.
Parameters
other
The other BooleanSupplier to OR with.
Creates a new Condition that is the logical OR of this Condition and another BooleanSupplier.
A new Condition that is the logical OR of this Condition and the other BooleanSupplier.
The other BooleanSupplier to OR with.