Sqkon
Toggle table of contents
1.2.0
common
Target filter
common
Switch theme
Search in API
Skip to content
Sqkon
Sqkon
/
com.mercury.sqkon.db
/
notInList
not
In
List
common
infix
fun
<
T
:
Any
,
V
>
JsonPathBuilder
<
T
>
.
notInList
(
value
:
Collection
<
V
>
)
:
NotIn
<
T
,
V
>
(
source
)
inline
fun
<
T
:
Any
,
V
,
C
>
KProperty1
<
T
,
V
>
.
notInList
(
value
:
Collection
<
C
>
)
:
NotIn
<
T
,
C
>
(
source
)
Equivalent to
NOT IN
in SQL