Package | Description |
---|---|
de.espirit.common |
Modifier and Type | Method and Description |
---|---|
static <T> TypedFilter<T> |
TypedFilter.create(Class<T> type)
Creates and returns a class based type filter with no additional
conditions.
|
static <T> TypedFilter<T> |
TypedFilter.create(Class<T> type,
Filter<? super T> filter)
Creates and returns a class based type filter based on given
filter instance. |
static <T> TypedFilter<T> |
TypedFilter.createExcludeFilter(Class<T> type,
Class<? extends T>... excludes)
Creates and returns a class based type filter with an additional exclude filtering of the specified sub classes.
|
static <T> TypedFilter<T> |
TypedFilter.createIncludeFilter(Class<T> type,
Class<? extends T>... includes)
Creates and returns a class based type filter with an additional include filtering of the specified sub classes.
|
Copyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210