org.scalactic.OptionSugar
Implicit class that adds a toOr method to Option, which converts Some to Good, None to Bad.
toOr
Option
Some
Good
None
Bad
Converts the wrapped Option to an Or.
Or
Implicit class that adds a
toOr
method toOption
, which convertsSome
toGood
,None
toBad
.