mapLeft<E2> method
Implementation
StreamEitherBuilder<E2, A> mapLeft<E2>(
E2 Function(E) left,
) =>
StreamEitherBuilder(SE.mapLeft(left)(_f));
StreamEitherBuilder<E2, A> mapLeft<E2>(
E2 Function(E) left,
) =>
StreamEitherBuilder(SE.mapLeft(left)(_f));