getLeft abstract method

Option<L> getLeft()

Extract the value from Left in a Option.

If the Either is Right, return None.

Implementation

Option<L> getLeft();