getLeft method

  1. @override
L getLeft()
override

Returns the Left value if this is a Left, otherwise throws.

Implementation

@override
L getLeft() {
  return value;
}