or

expect infix fun or(other: Boolean): Boolean(source)

Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.

Since Kotlin

1.0
actual infix fun or(other: Boolean): Boolean(source)

Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.

Since Kotlin

1.1
infix fun or(other: Boolean): Boolean(source)

Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.

Since Kotlin

1.0
actual infix external fun or(other: Boolean): Boolean(source)

Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.

Since Kotlin

1.3
actual infix fun or(other: Boolean): Boolean(source)

Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.

Since Kotlin

1.8
actual infix fun or(other: Boolean): Boolean(source)

Performs a logical or operation between this Boolean and the other one. Unlike the || operator, this function does not perform short-circuit evaluation. Both this and other will always be evaluated.

Since Kotlin

1.8