mapSink method

  1. @protected
EventSink mapSink(
  1. EventSink<S> sink
)

Maps the provided sink using the event sink constructor.

Implementation

@protected
EventSink mapSink(EventSink<S> sink) => eventSink(sink);