Transform value of Right when transformation may be finished with an error
Future<Either<L, TR>> thenAsync<TR>( FutureOr<Either<L, TR>> Function(R right) fnR);