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 KeyWithDefault[T]
class Key[T]
trait PicklerBasedKey[T]
trait Serializable
class Object
trait Matchable
class Any
Value members
Inherited methods
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