public static interface Sink.OfLong extends Sink<Long>, LongConsumer
Sink
that implements Sink<Long>
, re-abstracts
accept(long)
, and wires accept(Long)
to bridge to
accept(long)
.Sink.ChainedDouble<E_OUT>, Sink.ChainedInt<E_OUT>, Sink.ChainedLong<E_OUT>, Sink.ChainedReference<T,E_OUT>, Sink.OfDouble, Sink.OfInt, Sink.OfLong
Modifier and Type | Method and Description |
---|---|
void |
accept(long value)
Accepts a long value.
|
default void |
accept(Long i)
Performs this operation on the given argument.
|
accept, accept, begin, cancellationRequested, end
andThen