org.tm4j.utils.predicates .InstanceOf

Description

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.

Inheritance Hierarchy

Method Summary
void test(java.lang.Object inst,java.lang.Object klass)