R - the result typeT1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typepublic class TernaryMonitoringDelegate<R,T1,T2,T3> extends Object implements TernaryDelegate<R,T1,T2,T3>
| Constructor and Description |
|---|
TernaryMonitoringDelegate(TernaryDelegate<R,T1,T2,T3> nested,
AtomicLong calls) |
public TernaryMonitoringDelegate(TernaryDelegate<R,T1,T2,T3> nested, AtomicLong calls)
public R perform(T1 first, T2 second, T3 third)
TernaryDelegateCopyright © 2013. All Rights Reserved.