|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.tm4j.utils.predicates.InstanceOf
A Mango binary predicate that tests if the first argument is an instance of the second argument. The second argument must be an instance of java.lang.Class.
| Constructor Summary | |
InstanceOf()
|
|
| Method Summary | |
boolean |
test(java.lang.Object inst,
java.lang.Object klass)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public InstanceOf()
| Method Detail |
public boolean test(java.lang.Object inst,
java.lang.Object klass)
test in interface uk.co.jezuk.mango.BinaryPredicate
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||