Returns the Right value if this is a Right, otherwise throws.
@override R getRight() { throw Exception("getRight() called on Left"); }