InstanceOf Method
InstanceOf(string)
Succeeds if the item is an instance of the specified class.
Declaration
public static IPredicate InstanceOf(string fullJavaClassName)
Parameters
| string | fullJavaClassName | The full Java class name.  | 
    
Returns
| IPredicate | A new predicate.  |