mapError<E2> method
Maps the error value of this effect
Implementation
Effect<A, E2, R> mapError<E2>(E2 Function(E) f) => _MapError(this, f);
Maps the error value of this effect
Effect<A, E2, R> mapError<E2>(E2 Function(E) f) => _MapError(this, f);