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. |