BsonKeyDecoder

medeia.decoder.BsonKeyDecoder$
See theBsonKeyDecoder companion trait

Attributes

Companion:
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def decode[A : BsonKeyDecoder](key: String): EitherNec[BsonDecoderError, A]

Implicits

Implicits

implicit val bsonKeyDecoderFunctor: Functor[BsonKeyDecoder]

Inherited implicits

implicit val doubleDecoder: BsonKeyDecoder[Double]

Attributes

Inherited from:
DefaultBsonKeyDecoderInstances
implicit val intDecoder: BsonKeyDecoder[Int]

Attributes

Inherited from:
DefaultBsonKeyDecoderInstances
implicit val longDecoder: BsonKeyDecoder[Long]

Attributes

Inherited from:
DefaultBsonKeyDecoderInstances
implicit val stringDecoder: BsonKeyDecoder[String]

Attributes

Inherited from:
DefaultBsonKeyDecoderInstances
implicit val uuidDecoder: BsonKeyDecoder[UUID]

Attributes

Inherited from:
DefaultBsonKeyDecoderInstances