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>
Method Summary |
boolean |
apply(T input)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.google.common.base.Predicate |
equals |
ScanningPredicate
public ScanningPredicate(Collection<com.google.common.base.Predicate<T>> includes,
Collection<com.google.common.base.Predicate<T>> excludes)
apply
public boolean apply(T input)
- Specified by:
apply
in interface com.google.common.base.Predicate<T>
Copyright © 2013 Seam Framework. All Rights Reserved.