given_BsonDecoder_String

oolong.bson.defaultdec$package.given_BsonDecoder_String
object given_BsonDecoder_String extends BsonDecoder[String]

Attributes

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

Members list

Value members

Concrete methods

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

Inherited methods

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

Attributes

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

Attributes

Inherited from:
BsonDecoder