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