| Constructor and Description |
|---|
MonitoringPredicate(Predicate<T> nested,
AtomicLong calls) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(T value)
tests the predicate against the element
|
public MonitoringPredicate(Predicate<T> nested, AtomicLong calls)
Copyright © 2016. All rights reserved.