le
infix fun <T : Number, S : Number> QueryTree<T>.le(other: QueryTree<S>): QueryTree<Boolean>
Content copied to clipboard
Compares the numeric values of two QueryTrees for this being "less than or equal" (=) other.
infix fun <T : Number, S : Number> QueryTree<T>.le(other: S): QueryTree<Boolean>
Content copied to clipboard
Compares the numeric values of a QueryTree and another number for this being "less than or equal" (<=) other.