BSONTimestampPathBindable

play.modules.reactivemongo.PathBindables$.BSONTimestampPathBindable$
object BSONTimestampPathBindable extends PathBindable[BSONTimestamp]

Attributes

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

Members list

Concise view

Value members

Concrete methods

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

Inherited methods

Attributes

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

Attributes

Inherited from:
PathBindable

Concrete fields