41424344454647
public static Matcher lessThan(Number value) { return new LessThan(value); } public static Matcher isNull() { return new IsNull(); }