given_BsonDecoder_Long

oolong.bson.defaultdec$package$.given_BsonDecoder_Long$
object given_BsonDecoder_Long extends BsonDecoder[Long]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
BsonDecoder