public class IterableContainsPredicate<T> extends Object implements Predicate<T>
IterableContainsPredicate(Iterable<T> iterable, TreeProvider<T> provider)
boolean
test(T element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public IterableContainsPredicate(Iterable<T> iterable, TreeProvider<T> provider)
public boolean test(T element)
test
Predicate<T>
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.