object CantonTimestampSecond extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CantonTimestampSecond
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def Epoch: CantonTimestampSecond
  5. def MaxValue: CantonTimestampSecond
  6. def MinValue: CantonTimestampSecond
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def assertFromInstant(i: Instant): CantonTimestampSecond
  9. def assertFromLong(micros: Long): CantonTimestampSecond
  10. def ceil(ts: CantonTimestamp): CantonTimestampSecond

    returns

    ts if ts is already rounded to the second, the next rounded timestamp otherwise.

  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def floor(ts: CantonTimestamp): CantonTimestampSecond

    returns

    ts if ts is already rounded to the second, the previous rounded timestamp otherwise.

  15. def fromCantonTimestamp(ts: CantonTimestamp): Either[String, CantonTimestampSecond]
  16. def fromInstant(i: Instant): Either[String, CantonTimestampSecond]
  17. def fromProtoPrimitive(field: String, ts: Long): ParsingResult[CantonTimestampSecond]
  18. def fromProtoTimestamp(ts: google.protobuf.timestamp.Timestamp, field: String): ParsingResult[CantonTimestampSecond]
  19. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  20. implicit val getResultOptionTimestamp: GetResult[Option[CantonTimestampSecond]]
  21. implicit val getResultTimestamp: GetResult[CantonTimestampSecond]
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. def max(timestamp: CantonTimestampSecond, timestamps: CantonTimestampSecond*): CantonTimestampSecond
  25. def min(timestamp: CantonTimestampSecond, timestamps: CantonTimestampSecond*): CantonTimestampSecond
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  29. def ofEpochSecond(seconds: Long): CantonTimestampSecond
  30. implicit val orderCantonTimestampSecond: Order[CantonTimestampSecond]
  31. implicit val setParameterOptionTimestamp: SetParameter[Option[CantonTimestampSecond]]
  32. implicit val setParameterTimestamp: SetParameter[CantonTimestampSecond]
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def toString(): String
    Definition Classes
    AnyRef → Any
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped