given_BsonDecoder_UUID

oolong.bson.defaultdec$package.given_BsonDecoder_UUID
object given_BsonDecoder_UUID extends BsonDecoder[UUID]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
BsonDecoder