lt

infix fun <T : Number, S : Number> QueryTree<T>.lt(other: QueryTree<S>): QueryTree<Boolean>

Compares the numeric values of two QueryTrees for this being "less than" (<) other.


infix fun <T : Number, S : Number> QueryTree<T>.lt(other: S): QueryTree<Boolean>

Compares the numeric values of a QueryTree and another number for this being "less than" (<) other.