given_BsonDecoder_BsonObjectId

oolong.bson.defaultdec$package$.given_BsonDecoder_BsonObjectId$
object given_BsonDecoder_BsonObjectId extends BsonDecoder[BsonObjectId]

Attributes

Graph
Supertypes
trait BsonDecoder[BsonObjectId]
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def fromBson(value: BsonValue): Try[BsonObjectId]

Inherited methods

def afterRead[U](f: BsonObjectId => U): BsonDecoder[U]

Attributes

Inherited from:
BsonDecoder
def afterReadTry[U](f: BsonObjectId => Try[U]): BsonDecoder[U]

Attributes

Inherited from:
BsonDecoder