BSONBSONPathBindable

play.modules.reactivemongo.PathBindables$.BSONBSONPathBindable$
object BSONBSONPathBindable extends PathBindable[BSONBoolean]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

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

Attributes

Inherited from:
PathBindable