getOrElse method

A getOrElse(
  1. A dflt()
)

Implementation

A getOrElse(A dflt()) => fold(dflt, (a) => a);