Default

caseapp.core.default.Default
See theDefault companion object
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.

Attributes

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

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product