given_BsonDecoder_Int

trait BsonDecoder[Int]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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