Class 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 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>