Type

case class Type(name: TypeName, params: Seq[Variance], nullable: Boolean, itid: Option[ITID], isVariable: Boolean, isStarProjection: Boolean, isUnresolved: Boolean) extends TypeLike
Companion:
object
trait Product
trait Equals
trait TypeLike
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Product