given_BsonDecoder_Array

oolong.bson.defaultdec$package$.given_BsonDecoder_Array$
object given_BsonDecoder_Array extends BsonDecoder[Array[Byte]]

Attributes

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

Members list

Value members

Concrete methods

def fromBson(value: BsonValue): Try[Array[Byte]]

Inherited methods

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

Attributes

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

Attributes

Inherited from:
BsonDecoder