Default

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product