Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Serializableclass Objecttrait Matchableclass Any
Members list
Type members
Types
Value members
Abstract methods
Recommended compilation with -Yretain-trees on.
Recommended compilation with -Yretain-trees on.
Attributes
- Returns
-
default argument value, if any
Get the value of this param out of the supplied instance of the case class.
Get the value of this param out of the supplied instance of the case class.
Value parameters
- value
-
an instance of the case class
Attributes
- Returns
-
the value of this parameter in the case class
Gives the constructed typeclass for the parameter's type. Eg for a case class Foo(bar: String, baz: Int), where this Param denotes 'baz', the typeclass field returns an instance of Typeclass[Int].
Gives the constructed typeclass for the parameter's type. Eg for a case class Foo(bar: String, baz: Int), where this Param denotes 'baz', the typeclass field returns an instance of Typeclass[Int].
Attributes
Concrete methods
provides a function to evaluate the default value for this parameter, as defined in the case class constructor
provides a function to evaluate the default value for this parameter, as defined in the case class constructor
Attributes
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Any