xor

open fun xor(@NonNull other: BooleanSupplier): T

Creates a new self-type Condition that is the logical XOR of this Condition and another BooleanSupplier.

Return

A new self-type Condition that is the logical XOR of this Condition and the other BooleanSupplier.

Parameters

other

The other BooleanSupplier to XOR with.