public class Filters extends Object
Constructor and Description |
---|
Filters() |
Modifier and Type | Method and Description |
---|---|
static <T extends EventCollection> |
filterCollection(Class<T> eventClass) |
static <T extends EventCollection> |
filterCollection(Class<T> eventClass,
Predicate<T> filter) |
static <T extends Event> |
filterEvent(Class<T> eventClass) |
static <T extends Event> |
filterEvent(Class<T> eventClass,
Predicate<T> filter) |
public static <T extends Event> EventFilter<T> filterEvent(Class<T> eventClass)
public static <T extends Event> EventFilter<T> filterEvent(Class<T> eventClass, Predicate<T> filter)
public static <T extends EventCollection> EventCollectionFilter<T> filterCollection(Class<T> eventClass)
public static <T extends EventCollection> EventCollectionFilter<T> filterCollection(Class<T> eventClass, Predicate<T> filter)
Copyright © 2018. All rights reserved.