object Timestamp
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Timestamp
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- final val Zero: Timestamp
- def apply(millis: Long): Timestamp
- implicit val codec: GenCodec[Timestamp]
- implicit def conversions(tstamp: Timestamp): TimestampConversions
- implicit val keyCodec: GenKeyCodec[Timestamp]
- def now(): Timestamp
- implicit val ordering: Ordering[Timestamp]
- def parse(str: String): Timestamp
- def unapply(timestamp: Timestamp): Opt[Long]