final case class TypeParameter(id: String = "", annotations: Seq[Annotation] = _root_.scala.collection.Seq.empty, typeParameters: Seq[TypeParameter] = _root_.scala.collection.Seq.empty, variance: Variance = ..., lowerBound: Option[Type] = None, upperBound: Option[Type] = None) extends GeneratedMessage with Message[TypeParameter] with Updatable[TypeParameter] with Product with Serializable
- Annotations
- @SerialVersionUID()
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeParameter
- Product
- Equals
- Updatable
- Message
- GeneratedMessage
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new TypeParameter(id: String = "", annotations: Seq[Annotation] = _root_.scala.collection.Seq.empty, typeParameters: Seq[TypeParameter] = _root_.scala.collection.Seq.empty, variance: Variance = ..., lowerBound: Option[Type] = None, upperBound: Option[Type] = None)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllAnnotations(__vs: TraversableOnce[Annotation]): TypeParameter
- def addAllTypeParameters(__vs: TraversableOnce[TypeParameter]): TypeParameter
- def addAnnotations(__vs: Annotation*): TypeParameter
- def addTypeParameters(__vs: TypeParameter*): TypeParameter
- val annotations: Seq[Annotation]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearAnnotations: TypeParameter
- def clearLowerBound: TypeParameter
- def clearTypeParameters: TypeParameter
- def clearUpperBound: TypeParameter
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
companion: TypeParameter.type
- Definition Classes
- TypeParameter → GeneratedMessage
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getField(__field: FieldDescriptor): PValue
- Definition Classes
- TypeParameter → GeneratedMessage
-
def
getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- TypeParameter → GeneratedMessage
- def getLowerBound: Type
- def getUpperBound: Type
- val id: String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val lowerBound: Option[Type]
-
def
mergeFrom(_input__: CodedInputStream): TypeParameter
- Definition Classes
- TypeParameter → Message
-
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()
-
final
def
serializedSize: Int
- Definition Classes
- TypeParameter → GeneratedMessage
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
-
def
toByteString: ByteString
- Definition Classes
- GeneratedMessage
-
def
toPMessage: PMessage
- Definition Classes
- GeneratedMessage
-
def
toString(): String
- Definition Classes
- TypeParameter → AnyRef → Any
- val typeParameters: Seq[TypeParameter]
-
def
update(ms: (Lens[TypeParameter, TypeParameter]) ⇒ Mutation[TypeParameter]*): TypeParameter
- Definition Classes
- Updatable
- val upperBound: Option[Type]
- val variance: Variance
-
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 withAnnotations(__v: Seq[Annotation]): TypeParameter
- def withId(__v: String): TypeParameter
- def withLowerBound(__v: Type): TypeParameter
- def withTypeParameters(__v: Seq[TypeParameter]): TypeParameter
- def withUpperBound(__v: Type): TypeParameter
- def withVariance(__v: Variance): TypeParameter
-
def
writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
-
def
writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- TypeParameter → GeneratedMessage
-
def
writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
Deprecated Value Members
-
def
getAllFields: Map[FieldDescriptor, Any]
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use toPMessage
-
def
getField(field: FieldDescriptor): Any
- Definition Classes
- GeneratedMessage
- Annotations
- @deprecated
- Deprecated
(Since version 0.6.0) Use getField that accepts a ScalaPB descriptor and returns PValue