changeSink method
Returns a copy of this with sink replaced by change's return
value.
Implementation
StreamChannel<T> changeSink(StreamSink<T> change(StreamSink<T> sink));
Returns a copy of this with sink replaced by change's return
value.
StreamChannel<T> changeSink(StreamSink<T> change(StreamSink<T> sink));