Default

object Default
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Default.type

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

@inline
def of[T](implicit d: Default[T]): T
@inline
def orValue[T : Default](value: T): T

Implicits

Implicits

implicit val boolean: Default[Boolean]
implicit val byte: Default[Byte]
implicit val double: Default[Double]
implicit val float: Default[Float]
implicit val int: Default[Int]
implicit val long: Default[Long]
implicit def option[T]: Default[Option[T]]
implicit val short: Default[Short]
implicit val string: Default[String]