KeyDecoder

io.circe.KeyDecoder
See theKeyDecoder companion trait
object KeyDecoder

Attributes

Companion
trait
Source
KeyDecoder.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
KeyDecoder.type

Members list

Value members

Concrete methods

def apply[A](implicit A: KeyDecoder[A]): KeyDecoder[A]

Attributes

Source
KeyDecoder.scala
def instance[A](f: String => Option[A]): KeyDecoder[A]

Attributes

Source
KeyDecoder.scala

Implicits

Implicits

implicit val decodeKeyByte: KeyDecoder[Byte]

Attributes

Source
KeyDecoder.scala
implicit val decodeKeyInt: KeyDecoder[Int]

Attributes

Source
KeyDecoder.scala
implicit val decodeKeyLong: KeyDecoder[Long]

Attributes

Source
KeyDecoder.scala

Attributes

Source
KeyDecoder.scala

Attributes

Source
KeyDecoder.scala

Attributes

Source
KeyDecoder.scala
implicit val decodeKeyURI: KeyDecoder[URI]

Attributes

Source
KeyDecoder.scala
implicit val decodeKeyUUID: KeyDecoder[UUID]

Attributes

Source
KeyDecoder.scala

Attributes

Source
KeyDecoder.scala