Transform value of Left when transformation may be finished with an Right
Future<Either<TL, R>> thenLeftAsync<TL>( FutureOr<Either<TL, R>> Function(L left) fnL);