final case class TypeSignature(typeParameters: Option[Scope] = _root_.scala.None, lowerBound: Type = ..., upperBound: Type = ...) extends GeneratedMessage with NonEmpty with Updatable[TypeSignature] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeSignature
- Updatable
- NonEmpty
- Signature
- GeneratedSealedOneof
- Product
- Equals
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypeSignature(typeParameters: Option[Scope] = _root_.scala.None, lowerBound: Type = ..., upperBound: Type = ...)
Type Members
-
type
MessageType = SignatureMessage
- Definition Classes
- Signature → GeneratedSealedOneof
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
+(other: String): String
- Implicit
- This member is added by an implicit conversion from TypeSignature to any2stringadd[TypeSignature] performed by method any2stringadd in scala.Predef.
- Definition Classes
- any2stringadd
-
def
->[B](y: B): (TypeSignature, B)
- Implicit
- This member is added by an implicit conversion from TypeSignature to ArrowAssoc[TypeSignature] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @inline()
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
def
asMessage: SignatureMessage
- Definition Classes
- Signature → GeneratedSealedOneof
-
final
def
asNonEmpty: Option[NonEmpty]
- Definition Classes
- Signature
- def clearTypeParameters: TypeSignature
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: TypeSignature.type
- Definition Classes
- TypeSignature → GeneratedMessage
-
def
ensuring(cond: (TypeSignature) ⇒ Boolean, msg: ⇒ Any): TypeSignature
- Implicit
- This member is added by an implicit conversion from TypeSignature to Ensuring[TypeSignature] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: (TypeSignature) ⇒ Boolean): TypeSignature
- Implicit
- This member is added by an implicit conversion from TypeSignature to Ensuring[TypeSignature] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean, msg: ⇒ Any): TypeSignature
- Implicit
- This member is added by an implicit conversion from TypeSignature to Ensuring[TypeSignature] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
def
ensuring(cond: Boolean): TypeSignature
- Implicit
- This member is added by an implicit conversion from TypeSignature to Ensuring[TypeSignature] performed by method Ensuring in scala.Predef.
- Definition Classes
- Ensuring
-
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
- Implicit
- This member is added by an implicit conversion from TypeSignature to StringFormat[TypeSignature] performed by method StringFormat in scala.Predef.
- Definition Classes
- StringFormat
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- TypeSignature → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TypeSignature → GeneratedMessage
- def getTypeParameters: Scope
-
final
def
isDefined: Boolean
- Definition Classes
- Signature → GeneratedSealedOneof
-
final
def
isEmpty: Boolean
- Definition Classes
- Signature → GeneratedSealedOneof
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lowerBound: Type
-
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()
-
def
serializedSize: Int
- Definition Classes
- TypeSignature → GeneratedMessage
-
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
- TypeSignature → GeneratedMessage
- val typeParameters: Option[Scope]
-
def
update(ms: (Lens[TypeSignature, TypeSignature]) ⇒ Mutation[TypeSignature]*): TypeSignature
- Definition Classes
- Updatable
- val upperBound: Type
-
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 withLowerBound(__v: Type): TypeSignature
- def withTypeParameters(__v: Scope): TypeSignature
- def withUpperBound(__v: Type): TypeSignature
-
final
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TypeSignature → GeneratedMessage
-
final
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
→[B](y: B): (TypeSignature, B)
- Implicit
- This member is added by an implicit conversion from TypeSignature to ArrowAssoc[TypeSignature] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc