Default

final case class Default[T](value: T) extends AnyVal

Default value for type T

Allows to give fields of type T a default value, even if none was explicitly specified.

Companion:
object
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product