Scalactic is brought to you by:

object OptionSugar extends OptionSugar

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

Source
OptionSugar.scala
Linear Supertypes
OptionSugar, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OptionSugar
  2. OptionSugar
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. implicit class Optionizer[G] extends AnyRef

    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.

    Definition Classes
    OptionSugar