public class SinkNull<T> extends Object implements Sink<T>
SinkNull()
void
close()
static <X> SinkNull<X>
create()
flush()
send(T thing)
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SinkNull()
public static <X> SinkNull<X> create()
public void send(T thing)
send
Sink<T>
public void close()
close
Closeable
public void flush()
flush
Licenced under the Apache License, Version 2.0