OptionSugar

object OptionSugar extends OptionSugar

Companion object for OptionSugar enabling its members to be imported as an alternative to mixing them in.

Companion:
class
Source:
OptionSugar.scala
class Object
trait Matchable
class Any

Type members

Inherited classlikes

implicit class Optionizer[G](option: Option[G])

Implicit class that adds a toOr method to Option, which converts Some to Good, None to Bad.

Implicit class that adds a toOr method to Option, which converts Some to Good, None to Bad.

Inherited from:
OptionSugar
Source:
OptionSugar.scala

Implicits

Inherited implicits

final implicit def Optionizer[G](option: Option[G]): Optionizer[G]

Implicit class that adds a toOr method to Option, which converts Some to Good, None to Bad.

Implicit class that adds a toOr method to Option, which converts Some to Good, None to Bad.

Inherited from:
OptionSugar
Source:
OptionSugar.scala