dev.cheleb.scalamigen.Defaultable
See theDefaultable companion object
Typeclass for default values.
This typeclass is used to provide default values for a given type. It is used to provide default values for form fields when creating a new object, for example.
It is necessary to provide a default value for every type used in the application and wrapped in a option.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
object given_Defaultable_BigDecimalobject given_Defaultable_BigIntobject given_Defaultable_Booleanobject given_Defaultable_Doubleobject given_Defaultable_Floatobject given_Defaultable_Intobject given_Defaultable_IronTypeobject given_Defaultable_String
Members list
In this article