BSONLongPathBindable

play.modules.reactivemongo.PathBindables$.BSONLongPathBindable$
object BSONLongPathBindable extends PathBindable[BSONLong]

Attributes

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

Members list

Concise view

Value members

Concrete methods

def bind(key: String, value: String): Either[String, BSONLong]
def unbind(key: String, value: BSONLong): String

Inherited methods

Attributes

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

Attributes

Inherited from:
PathBindable

Concrete fields