final case class Type[+Annotations] extends Product with Serializable
- Self Type
- Type[Annotations]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Type
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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 ??(doc: String): Documented[Type[Annotations]]
- val annotations: ZEnvironment[Annotations]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- final def asType: Type[Annotations]
- val caseValue: TypeCase[Type[Annotations]]
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def collectReferences: Set[FQName]
- def collectVariables: Set[Name]
-
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 fold[Z](f: (TypeCase[Z]) ⇒ Z): Z
- def foldDown[Z](z: Z)(f: (Z, Type[Annotations]) ⇒ Z): Z
- def foldDownSome[Z](z: Z)(pf: PartialFunction[(Z, Type[Annotations]), Z]): Z
- def foldM[F[+_], Z](f: (TypeCase[Z]) ⇒ F[Z])(implicit arg0: AssociativeFlatten[F], arg1: Covariant[F], arg2: IdentityBoth[F]): F[Z]
- def foldPure[W, S, R, E, Z](f: (TypeCase[Z]) ⇒ ZPure[W, S, S, R, E, Z]): ZPure[W, S, S, R, E, Z]
- def foldRecursive[Z](f: (TypeCase[(Type[Annotations], Z)]) ⇒ Z): Z
- def foldUp[Z](z: Z)(f: (Z, Type[Annotations]) ⇒ Z): Z
- def foldUpSome[Z](z: Z)(pf: PartialFunction[(Z, Type[Annotations]), Z]): Z
- def foldZIO[R, E, Z](f: (TypeCase[Z]) ⇒ ZIO[R, E, Z]): ZIO[R, E, Z]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
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()
- def satisfiesCaseOf(check: PartialFunction[TypeCase[Type[Annotations]], Boolean]): Boolean
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Type → AnyRef → Any
- def toUnannotated: UType
- def transformDown[Annotations0 >: Annotations](f: (Type[Annotations0]) ⇒ Type[Annotations0]): Type[Annotations0]
-
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()