IN

infix fun IN(other: QueryTree<Collection<*>>): QueryTree<Boolean>

Checks if the value is contained in the collection of the other QueryTree.


infix fun IN(other: Collection<*>): QueryTree<Boolean>

Checks if the value is contained in the collection other.