BooleanLikeFormatter

play.modules.reactivemongo.Formatters$.BooleanLikeFormatter$
object BooleanLikeFormatter extends Formatter[BSONBooleanLike]

Attributes

Graph
Supertypes
trait Formatter[BSONBooleanLike]
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def bind(key: String, data: Map[String, String]): Result[BSONBooleanLike]
def unbind(key: String, value: BSONBooleanLike): Map[String, String]