final case class SuperType(prefix: Type = ..., symbol: String = "") extends GeneratedMessage with NonEmpty with Updatable[SuperType] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SuperType
- Updatable
- NonEmpty
- Type
- GeneratedSealedOneof
- GeneratedMessage
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
type
MessageType = TypeMessage
- Definition Classes
- Type → GeneratedSealedOneof
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (SuperType, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
asMessage: TypeMessage
- Definition Classes
- Type → GeneratedSealedOneof
-
final
def
asNonEmpty: Option[NonEmpty]
- Definition Classes
- Type
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: SuperType.type
- Definition Classes
- SuperType → GeneratedMessage
- def ensuring(cond: (SuperType) ⇒ Boolean, msg: ⇒ Any): SuperType
- def ensuring(cond: (SuperType) ⇒ Boolean): SuperType
- def ensuring(cond: Boolean, msg: ⇒ Any): SuperType
- def ensuring(cond: Boolean): SuperType
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- SuperType → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- SuperType → GeneratedMessage
-
final
def
isDefined: Boolean
- Definition Classes
- Type → GeneratedSealedOneof
-
final
def
isEmpty: Boolean
- Definition Classes
- Type → GeneratedSealedOneof
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val prefix: Type
-
def
serializedSize: Int
- Definition Classes
- SuperType → GeneratedMessage
- val symbol: String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
final
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
final
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toProtoString: String
- Definition Classes
- SuperType → GeneratedMessage
-
def
update(ms: (Lens[SuperType, SuperType]) ⇒ Mutation[SuperType]*): SuperType
- Definition Classes
- Updatable
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def withPrefix(__v: Type): SuperType
- def withSymbol(__v: String): SuperType
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- SuperType → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def →[B](y: B): (SuperType, B)