T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typeR - the result typepublic class TernaryMonitoringFunction<T1,T2,T3,R> extends Object implements TriFunction<T1,T2,T3,R>
| Constructor and Description |
|---|
TernaryMonitoringFunction(TriFunction<T1,T2,T3,R> nested,
AtomicLong calls) |
| Modifier and Type | Method and Description |
|---|---|
R |
apply(T1 first,
T2 second,
T3 third)
Executes the function for the given elements yielding a result of type R
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThenpublic TernaryMonitoringFunction(TriFunction<T1,T2,T3,R> nested, AtomicLong calls)
public R apply(T1 first, T2 second, T3 third)
TriFunctionCopyright © 2017. All rights reserved.