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