getRight method

  1. @override
R getRight()
override

Implementation

@override
R getRight() {
  throw Exception("getRight() called on Left");
}