@FunctionalInterface public interface FilterProcessor<Event,A extends Annotation>
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(Event event,
A[] annotations)
Gets if this event should be accepted based on annotations.
|
Copyright © 2013–2021 Kitteh. All rights reserved.