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