public class RejectingPredicate<T> extends Object implements Predicate<T>
RejectingPredicate()
RejectingPredicate(Predicate<T> predicate)
boolean
accepts(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RejectingPredicate()
public RejectingPredicate(Predicate<T> predicate)
public boolean accepts(T value)
Predicate
accepts
Predicate<T>
value
true
false
Copyright © 2007–2015 The Apache Software Foundation. All rights reserved.