in

open fun in(needle: Expression<*>, haystack: Expression<List<*>>): Expression<Boolean>(source)

Determines whether an item exists in an array.


open fun in(needle: Expression<String>, haystack: Expression<String>): Expression<Boolean>(source)

Determines whether a substring exists in a string.


open infix fun Expression<*>.in(other: Expression<List<*>>): Expression<Boolean>(source)