object KeyWrites extends EnvKeyWrites
- Source
- KeyWrites.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- KeyWrites
- EnvKeyWrites
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- implicit object LanguageTagWrites extends [Locale]
- Definition Classes
- EnvKeyWrites
- implicit def anyValKeyWrites[T <: AnyVal]: KeyWrites[T]
- def apply[T](f: (T) => String): KeyWrites[T]
Returns an instance which uses
f
as KeyWrites.writeKey function.