T
public class IsContainedIn<T> extends Object implements Predicate<T>
IsContainedIn(Collection<T> collection)
boolean
test(T element)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public IsContainedIn(Collection<T> collection)
public boolean test(T element)
test
Predicate<T>
Copyright © 2017. All rights reserved.