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