bsondocument

molly.core.bsondocument
object bsondocument

An implementation of molly.core.MollyCodec for org.bson.BsonDocument (identity mapping).

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Types

type BsonDocumentCollection[F[_]] = MollyCollection[F, BsonDocument]

Implicits

Implicits

implicit def bsonDocumentCodec[F[_] : Async]: MollyCodec[F, BsonDocument]