object TypedKey
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypedKey
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply[A](displayName: String): TypedKey[A]
Creates a TypedKey with the given name.
Creates a TypedKey with the given name.
- A
The type of value this key is associated with.
- displayName
The name to display when printing this key.
- returns
A fresh key.
- def apply[A]: TypedKey[A]
Creates a TypedKey without a name.
Creates a TypedKey without a name.
- A
The type of value this key is associated with.
- returns
A fresh key.
Helper for working with
TypedKey
s.