E - public class ExclusionPredicate<E> extends Object implements java.util.function.Predicate<E>
| Constructor and Description |
|---|
ExclusionPredicate(Collection<E> exclusionList) |
| Modifier and Type | Method and Description |
|---|---|
Collection<E> |
getExclusionList() |
boolean |
test(E arg) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, isEqual, negate, orpublic ExclusionPredicate(Collection<E> exclusionList)
public boolean test(E arg)
test in interface java.util.function.Predicate<E>public Collection<E> getExclusionList()
Copyright © 2007–2017 The Apache Software Foundation. All rights reserved.