caseapp.core.default

Members list

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
Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
object Default

Attributes

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