morphling-reactivemongo
morphling-reactivemongo
morphling.reactivemongo
DocumentKeyNotFound
FromBson
FromBson
AllOps
Ops
ToFromBsonOps
nonInheritedOps
ops
MultipleKeysFound
ToBson
ToBson
AllOps
Ops
ToToBsonOps
nonInheritedOps
ops
TypeDoesNotMatch
morphling-reactivemongo
/
morphling.reactivemongo
morphling.reactivemongo
package
morphling.reactivemongo
Type members
Type members
Classlikes
case
class
DocumentKeyNotFound
(
message:
String
)
extends
Exception
@implicitNotFound
("Could not find an instance of FromBson for ${S}")
@typeclass
trait
FromBson
[
S
[
_
]]
extends
Serializable
Companion:
object
object
FromBson
Companion:
class
case
class
MultipleKeysFound
(
message:
String
)
extends
Exception
@implicitNotFound
("Could not find an instance of ToBson for ${S}")
@typeclass
trait
ToBson
[
S
[
_
]]
extends
Serializable
Companion:
object
object
ToBson
Companion:
class
case
class
TypeDoesNotMatch
(
message:
String
)
extends
Exception