Transform this Either into a value of type T via specialized mapping functions for both left and right values
A function for converting L values to T
A function for converting R values to T
The current type of left value
The current type of right value