public final class SinkCounting<T> extends SinkWrapper<T>
SinkCounting()
SinkCounting(Sink<T> output)
long
getCount()
void
send(T thing)
close, flush
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SinkCounting(Sink<T> output)
public SinkCounting()
public void send(T thing)
send
Sink<T>
SinkWrapper<T>
public long getCount()
Licenced under the Apache License, Version 2.0