Package com.oracle.coherence.cdi.events
Interface AnnotatedMapListener.FilterProducer
- All Known Implementing Classes:
FilterProducer
- Enclosing class:
AnnotatedMapListener<K,V>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A producer of
Filter instances.-
Method Summary
Modifier and TypeMethodDescription<T> Filter<T> resolve(Set<Annotation> annotations) Produce aFilterinstance from a set of annotations.