T - Type of the elements to be filtered@Internal public class SubtypeCondition<T> extends SimpleCondition<T>
condition which filters elements of the given type. An element is
filtered out iff it is not assignable to the given subtype of T.IterativeCondition.Context<T>| Constructor and Description |
|---|
SubtypeCondition(Class<? extends T> subtype) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(T value) |
filterCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.