- All Superinterfaces:
- java.util.function.Predicate<TAnalyzableElement>
- All Known Subinterfaces:
- ClassInformationFilter
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface
public interface IAnalyzableElementFilter<TAnalyzableElement extends IAnalyzableElement>
extends java.util.function.Predicate<TAnalyzableElement>
A generic filter function for IAnalyzableElement subclasses.