final class TypeParameter extends Serializable
This code is generated using sbt-contraband.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- TypeParameter
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
TypeParameter(_id: String, _annotations: Array[Annotation], _typeParameters: Array[TypeParameter], _variance: Variance, _lowerBound: Type, _upperBound: Type)
- Attributes
- protected[api]
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 annotations(): Array[Annotation]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(obj: Any): Boolean
- Definition Classes
- TypeParameter → AnyRef → Any
-
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
hashCode(): Int
- Definition Classes
- TypeParameter → AnyRef → Any
- def id(): String
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def 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()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- TypeParameter → AnyRef → Any
- def typeParameters(): Array[TypeParameter]
- def upperBound(): Type
- def 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(annotations: Array[Annotation]): TypeParameter
- def withId(id: String): TypeParameter
- def withLowerBound(lowerBound: Type): TypeParameter
- def withTypeParameters(typeParameters: Array[TypeParameter]): TypeParameter
- def withUpperBound(upperBound: Type): TypeParameter
- def withVariance(variance: Variance): TypeParameter