Transform value of Right
Future<Either<L, TR>> mapRight<TR>(FutureOr<TR> Function(R right) fnR) => this.then((either) => either.mapAsync(fnR));