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 Serializable
trait Product
trait Equals
trait TypeLike
class Object
trait Matchable
class Any

Value members

Concrete methods

def ?: Type
def isGeneric: Boolean

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product