private static class Predicates.InstanceOfPredicate extends java.lang.Object implements Predicate<java.lang.Object>
| Modifier and Type | Field and Description |
|---|---|
private java.lang.Class<?> |
clazz |
| Modifier | Constructor and Description |
|---|---|
private |
InstanceOfPredicate(java.lang.Class<?> clazz) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
apply(java.lang.Object o) |
java.lang.String |
toString() |