| Modifier and Type | Interface and Description |
|---|---|
interface |
MetaDataEventMatcher<E extends GenericMetaDataEvent<?,?>>
This interface typifies the
Matcher interface for the usage with
GenericMetaDataEvent instances. |
| Modifier and Type | Method and Description |
|---|---|
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.and(EventMatcher<E>... aEventMatchers)
Factory method to create an "AND" matcher for the given matchers.
|
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.catchAll()
Catches all events, no matching is done.
|
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.catchNone()
Catches no event, no matching is done.
|
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.groupEqualWith(String aGroup)
Factory method to create an "EQUAL WITH" matcher for the given group
compared with the group stored in the
EventMetaData. |
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.isAssignableFrom(Class<?> aEventType)
Factory method to create an event matcher by event type.
|
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.nameEqualWith(String aAlias)
Factory method to create an "EQUAL WITH" matcher for the given name
compared with the name stored in the
EventMetaData. |
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.or(EventMatcher<E>... aEventMatchers)
Factory method to create an "OR" matcher for the given matchers.
|
static <E extends GenericMetaDataEvent<?,?>,PT> |
EventMatcherSugar.publisherIsAssignableFrom(Class<? extends PT> aPublisherType)
Factory method to create an event matcher by event publisher type.
|
static <E extends GenericMetaDataEvent<?,?>> |
EventMatcherSugar.universalIdEqualWith(String aUid)
Factory method to create an "EQUAL WITH" matcher for the given UID
compared with the UID stored in the
EventMetaData. |
Copyright © 2018. All rights reserved.