Scala Either type: How to get the value out of an EitherRecommended approaches to extract value from Scala Either: match, fold, getOrElse.Happy Path Programming: focusing on success case and letting failure case take care of itself.