KeyWrites

object KeyWrites extends EnvKeyWrites
Companion
class
class Object
trait Matchable
class Any

Type members

Inherited classlikes

Inherited from
EnvKeyWrites

Value members

Concrete methods

def apply[T](f: T => String): KeyWrites[T]

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

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

Implicits

Implicits

implicit def anyValKeyWrites[T <: AnyVal]: KeyWrites[T]