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