org.jboss.weld.metadata
Class ScanningPredicate<T>

java.lang.Object
  extended by 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
ScanningPredicate(Collection<com.google.common.base.Predicate<T>> includes, Collection<com.google.common.base.Predicate<T>> excludes)
           
 
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
 

Constructor Detail

ScanningPredicate

public ScanningPredicate(Collection<com.google.common.base.Predicate<T>> includes,
                         Collection<com.google.common.base.Predicate<T>> excludes)
Method Detail

apply

public boolean apply(T input)
Specified by:
apply in interface com.google.common.base.Predicate<T>


Copyright © 2013 Seam Framework. All Rights Reserved.