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
Members list
In this article