xor

open infix fun xor(other: Condition): Condition

Returns a condition that is the logical XOR of this condition and the other condition.

Return

a new Condition that returns true if exactly one of the conditions is met

Parameters

other

the other condition to combine with