Packages

final case class Type[+Annotations] extends Product with Serializable

Self Type
Type[Annotations]
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Type
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ??(doc: String): Documented[Type[Annotations]]
  5. val annotations: ZEnvironment[Annotations]
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. final def asType: Type[Annotations]
  8. val caseValue: TypeCase[Type[Annotations]]
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. def collectReferences: Set[FQName]
  11. def collectVariables: Set[Name]
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def fold[Z](f: (TypeCase[Z]) ⇒ Z): Z
  15. def foldDown[Z](z: Z)(f: (Z, Type[Annotations]) ⇒ Z): Z
  16. def foldDownSome[Z](z: Z)(pf: PartialFunction[(Z, Type[Annotations]), Z]): Z
  17. def foldM[F[+_], Z](f: (TypeCase[Z]) ⇒ F[Z])(implicit arg0: AssociativeFlatten[F], arg1: Covariant[F], arg2: IdentityBoth[F]): F[Z]
  18. def foldPure[W, S, R, E, Z](f: (TypeCase[Z]) ⇒ ZPure[W, S, S, R, E, Z]): ZPure[W, S, S, R, E, Z]
  19. def foldRecursive[Z](f: (TypeCase[(Type[Annotations], Z)]) ⇒ Z): Z
  20. def foldUp[Z](z: Z)(f: (Z, Type[Annotations]) ⇒ Z): Z
  21. def foldUpSome[Z](z: Z)(pf: PartialFunction[(Z, Type[Annotations]), Z]): Z
  22. def foldZIO[R, E, Z](f: (TypeCase[Z]) ⇒ ZIO[R, E, Z]): ZIO[R, E, Z]
  23. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def satisfiesCaseOf(check: PartialFunction[TypeCase[Type[Annotations]], Boolean]): Boolean
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toString(): String
    Definition Classes
    Type → AnyRef → Any
  31. def toUnannotated: UType
  32. def transformDown[Annotations0 >: Annotations](f: (Type[Annotations0]) ⇒ Type[Annotations0]): Type[Annotations0]
  33. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped