ReactiveMongo Play plugin
1.1
ReactiveMongo Play plugin
API
com.github.ghik.silencer
silent
play.modules.reactivemongo
CollectionResolution
DefaultReactiveMongoApi
Formatters
BooleanLikeFormatter
NumberLikeFormatter
MongoController
PathBindables
BSONBSONPathBindable
BSONDateTimePathBindable
BSONDoublePathBindable
BSONLongPathBindable
BSONObjectIDPathBindable
BSONStringPathBindable
BSONSymbolPathBindable
BSONTimestampPathBindable
PlaySupport
FileInfo
ReactiveMongoApi
ReactiveMongoApiComponents
ReactiveMongoApiFromContext
ReactiveMongoComponents
ReactiveMongoModule
ReactiveMongoModule
ReactiveMongoPluginException
WithCollection
ReactiveMongo Play plugin
/
play.modules.reactivemongo
/
PathBindables
/
BSONDoublePathBindable
BSONDoublePathBindable
play.modules.reactivemongo.PathBindables$.BSONDoublePathBindable$
object
BSONDoublePathBindable
extends
PathBindable
[
BSONDouble
]
Attributes
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
PathBindable
[
BSONDouble
]
class
Object
trait
Matchable
class
Any
Self type
BSONDoublePathBindable
.type
Clear all
Members list
Concise view
Value members
Concrete methods
def
bind
(
key
:
String
,
value
:
String
):
Either
[
String
,
BSONDouble
]
def
unbind
(
key
:
String
,
value
:
BSONDouble
):
String
Inherited methods
def
javascriptUnbind
:
String
Attributes
Inherited from:
PathBindable
def
transform
[
B
](
toB
:
BSONDouble
=>
B
,
toA
:
B
=>
BSONDouble
):
AnyRef
&
PathBindable
[
B
]
Attributes
Inherited from:
PathBindable
Concrete fields
val
b
:
PathBindable
[
Double
]