- Alle implementierten Schnittstellen:
Serializable
, Predicate<Object>
Checks whether the input argument is assignable to any of a given set of classes.
- Siehe auch:
-
-
Konstruktorübersicht
Konstruktoren
-
Methodenübersicht
Von Klasse geerbte Methoden java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Von Schnittstelle geerbte Methoden java.util.function.Predicate
and, or
-
Konstruktordetails
-
ClassMatcher
public ClassMatcher(Class<?>... events)
Creates a new instance.
- Parameter:
events
- The set of classes to evaluate incoming events to.
-