BSONTimestampPathBindable

object BSONTimestampPathBindable extends PathBindable[BSONTimestamp]
trait PathBindable[BSONTimestamp]
class Object
trait Matchable
class Any

Value members

Concrete methods

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

Inherited methods

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

Concrete fields