Defaultable

dev.cheleb.scalamigen.Defaultable
See theDefaultable companion trait
object Defaultable

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object given_Defaultable_Int extends Defaultable[Int]

Default value for Int is 0.

Default value for Int is 0.

Attributes

Supertypes
trait Defaultable[Int]
class Object
trait Matchable
class Any
Self type
object given_Defaultable_IronType extends Defaultable[IronType[Double, Positive]]

Default value for Iron type Double positive is 0.0.

Default value for Iron type Double positive is 0.0.

Attributes

Supertypes
trait Defaultable[IronType[Double, Positive]]
class Object
trait Matchable
class Any
Self type
object given_Defaultable_String extends Defaultable[String]

Default value for String is "".

Default value for String is "".

Attributes

Supertypes
trait Defaultable[String]
class Object
trait Matchable
class Any
Self type

Givens

Givens

Default value for Int is 0.

Default value for Int is 0.

Attributes

Default value for Iron type Double positive is 0.0.

Default value for Iron type Double positive is 0.0.

Attributes

Default value for String is "".

Default value for String is "".

Attributes