T1 - the first parameter typeT2 - the second parameter typeT3 - the third parameter typepublic class TernaryMonitoringConsumer<T1,T2,T3> extends Object implements TriConsumer<T1,T2,T3>
| Constructor and Description |
|---|
TernaryMonitoringConsumer(TriConsumer<T1,T2,T3> nested,
AtomicLong calls) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(T1 first,
T2 second,
T3 third)
Performs an consumer for the given elements.
|
public TernaryMonitoringConsumer(TriConsumer<T1,T2,T3> nested, AtomicLong calls)
public void accept(T1 first, T2 second, T3 third)
TriConsumeraccept in interface TriConsumer<T1,T2,T3>first - the first elementsecond - the second elementthird - the third elementCopyright © 2017. All rights reserved.