Predicate
instead@Deprecated @FunctionalInterface public static interface ClassCollector.Selector extends Predicate<Class<?>>
Modifier and Type | Method and Description |
---|---|
boolean |
accept(Class<?> aClass)
Deprecated.
Returns whether or not accepts target class.
|
default boolean |
test(Class<?> t)
Deprecated.
|
boolean accept(Class<?> aClass)
aClass
- target classtrue
if this accepts the target class, otherwise false
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.