or

fun or(vararg operands: Predicate): Predicate

At least one operand holds.


infix fun Predicate.or(other: Predicate): Predicate

Either holds.