T
public class MonitoringConsumer<T> extends Object implements Consumer<T>
MonitoringConsumer(Consumer<T> nested, AtomicLong calls)
void
accept(T value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
andThen
public MonitoringConsumer(Consumer<T> nested, AtomicLong calls)
public void accept(T value)
accept
Consumer<T>
Copyright © 2017. All rights reserved.