Returns a matcher which matches if the match argument is less than the given value.
value
Matcher lessThan(Object value) => _OrderingMatcher(value, false, true, false, 'a value less than');