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) |
| Modifier and Type | Method and Description |
|---|---|
void |
perform(T1 former,
T2 latter)
Performs an action for the given elements.
|
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 © 2016. All rights reserved.