lt
sourcelt<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 the value of the argument.
lt<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 the value of the argument.