lte
sourcelte<R, F extends string | number | symbol>(field: F, value: R[F]): ScalarPredicatesource
Returns a predicate that evaluates to true if the value of the field is less than or equal to the value of the argument.
lte<R, F extends string | number | symbol>(field: F, value: R[F]): ScalarPredicatesource
Returns a predicate that evaluates to true if the value of the field is less than or equal to the value of the argument.