Transform values of Left and Right
Either<TL, TR> either<TL, TR>( TL Function(L left) fnL, TR Function(R right) fnR);