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