caseapp.core.default

Members list

Concise view

Type members

Classlikes

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

Default value for type T

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
object Default

Attributes

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