Transform value of Left
Future<Either<TL, R>> mapLeft<TL>(FutureOr<TL> Function(L left) fnL) => this.then((either) => either.mapLeftAsync(fnL));