TapExtension<E> extension

on

Methods

tap({Callback? onListen, Callback? onPause, Callback? onResume, DataCallback<E>? onData, ErrorCallback? onError, Callback? onCancel, Callback? onDone}) Stream<E>
Transparently perform side-effects on the events of a Stream, for things such as logging or debugging.