xor
Creates a new Condition that is the logical XOR of this Condition and anot @link BooleanSupplier}.
Return
A new Condition that is the logical XOR of this Condition and the other BooleanSupplier.
Parameters
other
The other BooleanSupplier to XOR with.