Implicits

object Implicits extends Classes with Options with Strings
trait Strings
trait Options
trait Classes
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def mkClassW(x: => Class[_]): ClassW
Inherited from:
Classes
implicit def mkOptionW[A](x: Option[A]): OptionW[A]
Inherited from:
Options
implicit def mkStringW(x: => String): StringW
Inherited from:
Strings
implicit def unMkClassW[A](x: ClassW): Class[_]
Inherited from:
Classes
implicit def unMkOptionW[A](x: OptionW[A]): Option[A]
Inherited from:
Options
implicit def unMkStringW(x: StringW): String
Inherited from:
Strings