T
public class MonitoringPredicate<T> extends Object implements Predicate<T>
MonitoringPredicate(Predicate<T> nested, AtomicLong calls)
boolean
test(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
and, isEqual, negate, or
public MonitoringPredicate(Predicate<T> nested, AtomicLong calls)
public boolean test(T value)
test
Predicate<T>
Copyright © 2017. All rights reserved.