- All Implemented Interfaces:
Serializable
, Predicate<Object>
Checks whether the input argument is assignable to any of a given set of classes.
- See Also:
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ClassMatcher
public ClassMatcher(Class<?>... events)
Creates a new instance.
- Parameters:
events
- The set of classes to evaluate incoming events to.
-