DefaultValue

ostrat.DefaultValue
See theDefaultValue companion object
trait DefaultValue[T]

Type class for default values.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def default: T

The actual value of the default for the DefaultValue type class.

The actual value of the default for the DefaultValue type class.

Attributes