Transform value of Right
@override Either<L, TR> map<TR>(TR Function(R right) fnR) { return Right<L, TR>(fnR(value)); }