T1 - T2 - R - public class BinaryMonitoringFunction<T1,T2,R> extends Object implements BiFunction<T1,T2,R>
| Constructor and Description |
|---|
BinaryMonitoringFunction(BiFunction<T1,T2,R> nested,
AtomicLong calls) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 former,
T2 latter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic BinaryMonitoringFunction(BiFunction<T1,T2,R> nested, AtomicLong calls)
Copyright © 2017. All rights reserved.