not

fun not(arg: QueryTree<Boolean>): QueryTree<Boolean>
fun not(arg: Boolean): QueryTree<Boolean>

Negates the value of arg and returns the resulting QueryTree.