object KeyWrites extends EnvKeyWrites

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

Value Members

  1. implicit object LanguageTagWrites extends [Locale]
    Definition Classes
    EnvKeyWrites
  2. implicit def anyValKeyWrites[T <: AnyVal]: KeyWrites[T]
  3. def apply[T](f: (T) => String): KeyWrites[T]

    Returns an instance which uses f as KeyWrites.writeKey function.