or

open infix fun or(other: Condition): Condition

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

Return

a new Condition that returns true if either condition is met

Parameters

other

the other condition to combine with