given_BsonDecoder_Boolean

oolong.bson.defaultdec$package.given_BsonDecoder_Boolean
object given_BsonDecoder_Boolean extends BsonDecoder[Boolean]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
BsonDecoder