object MessageId extends LengthLimitedStringWrapperCompanion[String73, MessageId] with Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MessageId
  2. Serializable
  3. LengthLimitedStringWrapperCompanion
  4. AnyRef
  5. 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. def companion: String73.type
    Attributes
    protected
    Definition Classes
    MessageIdLengthLimitedStringWrapperCompanion
  7. def create(str: String): Either[String, MessageId]
  8. def empty: MessageId
  9. implicit val encodeWrapper: Encoder[MessageId]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  12. def factoryMethodWrapper(str: String73): MessageId
    Attributes
    protected
    Definition Classes
    MessageIdLengthLimitedStringWrapperCompanion
  13. def fromProtoPrimitive(str: String): ParsingResult[MessageId]
  14. def fromUuid(uuid: UUID): MessageId
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  16. implicit val getResultOptionWrapper: GetResult[Option[MessageId]]
  17. implicit val getResultWrapper: GetResult[MessageId]
  18. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  19. def instanceName: String
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  24. def randomMessageId(): MessageId
  25. implicit val setParameterOptionWrapper: SetParameter[Option[MessageId]]
  26. implicit val setParameterWrapper: SetParameter[MessageId]
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. def truncate(str: String): MessageId
  30. def tryCreate(str: String): MessageId
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. implicit val wrapperOrder: Order[MessageId]

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