KeyWithDefaultKey

class KeyWithDefaultKey[T](name: String, val default: KeyWithDefaultValue[T])(`evidence$4`: Pickler[T], container: KeyContainer) extends KeyWithDefault[T]

Key that chains finding default value to KeyWithDefaultValue if value under key is not found in a context.

Key that chains finding default value to KeyWithDefaultValue if value under key is not found in a context.

Note that this key type is handled in org.scalameter.Context.apply).

class Key[T]
trait Serializable
class Object
trait Matchable
class Any

Value members

Inherited methods

def :=(value: T): OfType[T]
Inherited from
Key
override def equals(x: Any): Boolean
Definition Classes
Key -> Any
Inherited from
Key
override def hashCode: Int
Definition Classes
Key -> Any
Inherited from
Key
def isTransient: Boolean

Indicates if a key should be skipped during serialization - if true, the key will not be serialized.

Indicates if a key should be skipped during serialization - if true, the key will not be serialized.

Inherited from
PicklerBasedKey
override def toString: String
Definition Classes
Key -> Any
Inherited from
Key

Concrete fields

Inherited fields

val fullName: String
Inherited from
Key
val pickler: Pickler[T]
Inherited from
Key