T1 - the first parameter typeT2 - the second parameter typepublic class BinaryMonitoringAction<T1,T2> extends Object implements BinaryAction<T1,T2>
| Constructor and Description |
|---|
BinaryMonitoringAction(BinaryAction<T1,T2> nested,
AtomicLong calls) |
public BinaryMonitoringAction(BinaryAction<T1,T2> nested, AtomicLong calls)
public void perform(T1 former, T2 latter)
BinaryActionperform in interface BinaryAction<T1,T2>former - the former elementlatter - the latter elementCopyright © 2013. All Rights Reserved.