object TypedKey

Helper for working with TypedKeys.

Source
TypedKey.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TypedKey
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. 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.

  2. 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.