public static interface Sink.OfDouble extends Sink<Double>, DoubleConsumer
Sink
that implements Sink<Double>
, re-abstracts
accept(double)
, and wires accept(Double)
to bridge to
accept(double)
.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(double value)
Accepts a double value.
|
default void |
accept(Double i)
Performs this operation on the given argument.
|
accept, accept, begin, cancellationRequested, end
andThen