T
public class MonitoringPredicate<T> extends Object implements Predicate<T>
MonitoringPredicate(Predicate<T> nested, AtomicLong calls)
boolean
accept(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public MonitoringPredicate(Predicate<T> nested, AtomicLong calls)
public boolean accept(T value)
Predicate
accept
Predicate<T>
value
Copyright © 2012. All Rights Reserved.