public interface FilterLanguageSupport<T>
EventFilter instance consumable by EventBus| Modifier and Type | Method and Description |
|---|---|
EventFilter |
convert(T filter)
Converts the passed filter object to a valid
EventFilter. |
EventFilter convert(T filter) throws InvalidFilterException
EventFilter.filter - Filter object to convert.EventFilter corresponding to the passed filter.InvalidFilterException - If the passed filter was invalid.