Default

io.bullet.borer.Default$
See theDefault companion class
object Default

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Default.type

Members list

Concise view

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def of[T](implicit d: Default[T]): T
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]