Searched refs:InstanceOfPredicate (Results 1 – 1 of 1) sorted by relevance
201 return new InstanceOfPredicate(clazz); in instanceOf()446 private static class InstanceOfPredicate class in Predicates450 private InstanceOfPredicate(Class<?> clazz) { in InstanceOfPredicate() method in Predicates.InstanceOfPredicate461 if (obj instanceof InstanceOfPredicate) { in equals()462 InstanceOfPredicate that = (InstanceOfPredicate) obj; in equals()