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