trait GeneratedSealedOneof extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- GeneratedSealedOneof
- Serializable
- Product
- Equals
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- abstract type MessageType <: GeneratedMessage
Abstract Value Members
- abstract def asMessage: MessageType
- abstract def canEqual(that: Any): Boolean
- Definition Classes
- Equals
- abstract def getClass(): Class[_ <: AnyRef]
- Definition Classes
- Any
- abstract def isDefined: Boolean
- abstract def isEmpty: Boolean
- abstract def productArity: Int
- Definition Classes
- Product
- abstract def productElement(n: Int): Any
- Definition Classes
- Product
Concrete Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def equals(arg0: Any): Boolean
- Definition Classes
- Any
- def hashCode(): Int
- Definition Classes
- Any
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def productIterator: Iterator[Any]
- Definition Classes
- Product
- def productPrefix: String
- Definition Classes
- Product
- def toString(): String
- Definition Classes
- Any