objectbox-kotlin
3.3.1
objectbox-kotlin
/
io.objectbox.kotlin
/
notOneOf
not
One
Of
infix
fun
<
T
>
Property
<
T
>
.
notOneOf
(
value
:
IntArray
)
:
PropertyQueryCondition
<
T
>
Content copied to clipboard
infix
fun
<
T
>
Property
<
T
>
.
notOneOf
(
value
:
LongArray
)
:
PropertyQueryCondition
<
T
>
Content copied to clipboard
Creates a "NOT IN (..., ..., ...)" condition for this property.