IS

infix fun IS(other: QueryTree<Class<*>>): QueryTree<Boolean>

Checks if the value is a member of the type of the other QueryTree.


infix fun IS(other: Class<*>): QueryTree<Boolean>

Checks if the value is a member of the type of other.