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