BSONDoublePathBindable

play.modules.reactivemongo.PathBindables$.BSONDoublePathBindable$
object BSONDoublePathBindable extends PathBindable[BSONDouble]

Attributes

Graph
Supertypes
trait PathBindable[BSONDouble]
class Object
trait Matchable
class Any
Self type

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

Attributes

Inherited from:
PathBindable
def transform[B](toB: BSONDouble => B, toA: B => BSONDouble): AnyRef & PathBindable[B]

Attributes

Inherited from:
PathBindable

Concrete fields