BSONStringPathBindable

play.modules.reactivemongo.PathBindables$.BSONStringPathBindable$
object BSONStringPathBindable extends PathBindable[BSONString]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

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

Attributes

Inherited from:
PathBindable

Concrete fields