| Package | Description |
|---|---|
| net.stickycode.reflector.predicate |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PredicateReflector.contractIs(TypePredicate condition)
Return true if the type or one of its supertypes or any interface implemented by the type or one of its supertypes represented
by this reflector matches the given predicate
|
protected boolean |
PredicateReflector.contractIs(TypePredicate condition,
Class<?> base) |
boolean |
PredicateReflector.hierachyIs(TypePredicate condition)
Return true if the type or one of its supertypes represented by this reflector matches the given predicate
|
boolean |
PredicateReflector.isDirectly(TypePredicate condition)
Return true if the type represented by this reflector matches the given predicate
|
Copyright © 2010–2016 RedEngine Ltd. All rights reserved.