doOnLeft method
Implementation
StreamEitherBuilder<E, A> doOnLeft(
void Function(E) procedure,
) =>
StreamEitherBuilder(SE.doOnLeft(procedure)(_f));
StreamEitherBuilder<E, A> doOnLeft(
void Function(E) procedure,
) =>
StreamEitherBuilder(SE.doOnLeft(procedure)(_f));