object Timestamp

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Timestamp
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final val Zero: Timestamp
  2. def apply(millis: Long): Timestamp
  3. implicit val codec: GenCodec[Timestamp]
  4. implicit def conversions(tstamp: Timestamp): TimestampConversions
  5. implicit val keyCodec: GenKeyCodec[Timestamp]
  6. def now(): Timestamp
  7. implicit val ordering: Ordering[Timestamp]
  8. def parse(str: String): Timestamp
  9. def unapply(timestamp: Timestamp): Opt[Long]