341342343344345346347
return new EqMatcher(o); } protected final Matcher anyBoolean() { return new AnyClassMatcher(Boolean.class); }
346347348349350351352
return new AnyClassMatcher(Boolean.class); } protected final Matcher anyByte() { return new AnyClassMatcher(Byte.class); }
351352353354355356357
return new AnyClassMatcher(Byte.class); } protected final Matcher anyInt() { return new AnyClassMatcher(Integer.class); }