objectbox-kotlin
4.2.0
jvm
objectbox-kotlin
/
io.objectbox.kotlin
/
or
or
infix
fun
<
T
>
QueryCondition
<
T
>
.
or
(
queryCondition
:
QueryCondition
<
T
>
)
:
QueryCondition
<
T
>
Combines the left hand side condition using OR with the right hand side condition.
See also
and