BSONSymbolPathBindable

play.modules.reactivemongo.PathBindables$.BSONSymbolPathBindable$
object BSONSymbolPathBindable extends PathBindable[BSONSymbol]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

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

Attributes

Inherited from:
PathBindable

Concrete fields