Package org.jboss.weld.metadata
Class ScanningPredicate<T>
- java.lang.Object
-
- org.jboss.weld.metadata.ScanningPredicate<T>
-
- All Implemented Interfaces:
com.google.common.base.Predicate<T>
public class ScanningPredicate<T> extends Object implements com.google.common.base.Predicate<T>
-
-
Constructor Summary
Constructors Constructor Description ScanningPredicate(Collection<com.google.common.base.Predicate<T>> includes, Collection<com.google.common.base.Predicate<T>> excludes)
-
-
-
Constructor Detail
-
ScanningPredicate
public ScanningPredicate(Collection<com.google.common.base.Predicate<T>> includes, Collection<com.google.common.base.Predicate<T>> excludes)
-
-