T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typepublic class TernaryMonitoringPredicate<T1,T2,T3> extends Object implements TriPredicate<T1,T2,T3>
| Constructor and Description |
|---|
TernaryMonitoringPredicate(TriPredicate<T1,T2,T3> nested,
AtomicLong calls) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
test(T1 first,
T2 second,
T3 third) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitand, negate, orpublic TernaryMonitoringPredicate(TriPredicate<T1,T2,T3> nested, AtomicLong calls)
Copyright © 2017. All rights reserved.