Package org.atteo.classindex
Interface ClassFilter.Predicate
-
- All Known Subinterfaces:
ClassFilter.FilterBuilder,ClassFilter.UnionBuilder
- All Known Implementing Classes:
ClassFilter.Builder,ClassFilter.CommonFilterBuilder
- Enclosing class:
- ClassFilter
public static interface ClassFilter.PredicateClass from.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(java.lang.Class<?> klass)Returns true if the class should be included in the result.
-