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>| 构造器和说明 |
|---|
SubtypeCondition(Class<? extends T> subtype) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.