Package org.eclipse.sisu.inject
Class FilteredBeans<Q extends java.lang.annotation.Annotation,T>
- java.lang.Object
-
- org.eclipse.sisu.inject.FilteredBeans<Q,T>
-
- All Implemented Interfaces:
java.lang.Iterable<BeanEntry<Q,T>>
public final class FilteredBeans<Q extends java.lang.annotation.Annotation,T> extends java.lang.Object implements java.lang.Iterable<BeanEntry<Q,T>>
Sequence ofBeanEntrys filtered according to suppliedPredicate. This class is public, as it is reused in Plexus Shim for realm filtering.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Iterator<BeanEntry<Q,T>>iterator()
-