scala.reflect.internal.BaseTypeSeqs

BaseTypeSeq

class BaseTypeSeq extends AnyRef

Note: constructor is protected to force everyone to use the factory method newBaseTypeSeq instead. This is necessary because when run from reflection every base type sequence needs to have a SynchronizedBaseTypeSeq as mixin.

Self Type
BaseTypeSeq
Source
BaseTypeSeqs.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. BaseTypeSeq
  2. AnyRef
  3. Any
Implicitly
  1. by any2stringfmt
  2. by any2stringadd
  3. by any2ArrowAssoc
  4. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BaseTypeSeq(parents: List[Type], elems: Array[Type])

    Attributes
    protected[BaseTypeSeqs]

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. def +(other: String): String

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (BaseTypeSeq, B)

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to ArrowAssoc[BaseTypeSeq] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. def apply(i: Int): Type

    The type at i'th position in this sequence; lazy types are returned evaluated.

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. def copy(head: Type, offset: Int): BaseTypeSeq

  12. def ensuring(cond: (BaseTypeSeq) ⇒ Boolean, msg: ⇒ Any): BaseTypeSeq

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to Ensuring[BaseTypeSeq] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. def ensuring(cond: (BaseTypeSeq) ⇒ Boolean): BaseTypeSeq

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to Ensuring[BaseTypeSeq] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  14. def ensuring(cond: Boolean, msg: ⇒ Any): BaseTypeSeq

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to Ensuring[BaseTypeSeq] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  15. def ensuring(cond: Boolean): BaseTypeSeq

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to Ensuring[BaseTypeSeq] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  18. def exists(p: (Type) ⇒ Boolean): Boolean

  19. def finalize(): Unit

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  20. def formatted(fmtstr: String): String

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. def lateMap(f: (Type) ⇒ Type): BaseTypeSeq

  25. def length: Int

    The number of types in the sequence

  26. def map(f: (Type) ⇒ Type): BaseTypeSeq

    Compute new base type sequence where every element is mapped with function f.

    Compute new base type sequence where every element is mapped with function f. Lazy types are mapped but not evaluated

  27. lazy val maxDepth: Int

  28. def maxDepthOfElems: Int

    Attributes
    protected
  29. def maxDpth(tp: Type): Int

    The maximum depth of type tp

    The maximum depth of type tp

    Attributes
    protected
  30. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  31. final def notify(): Unit

    Definition Classes
    AnyRef
  32. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  33. def prepend(tp: Type): BaseTypeSeq

    Compute new base type sequence with tp prepended to this sequence

  34. def rawElem(i: Int): Type

  35. val self: Any

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to StringFormat performed by method any2stringfmt in scala.Predef.
    Definition Classes
    StringFormat
  36. val self: Any

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toList: List[Type]

    Return all evaluated types in this sequence as a list

  39. def toString(): String

    Definition Classes
    BaseTypeSeq → AnyRef → Any
  40. def typeSymbol(i: Int): Symbol

    The type symbol of the type at i'th position in this sequence; no evaluation needed.

  41. def updateHead(tp: Type): BaseTypeSeq

    Compute new base type sequence with tp replacing the head of this sequence

  42. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  43. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  44. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws()
  45. def [B](y: B): (BaseTypeSeq, B)

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to ArrowAssoc[BaseTypeSeq] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def x: BaseTypeSeq

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to ArrowAssoc[BaseTypeSeq] performed by method any2ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: BaseTypeSeq

    Implicit information
    This member is added by an implicit conversion from BaseTypeSeq to Ensuring[BaseTypeSeq] performed by method any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from BaseTypeSeq to StringFormat

Inherited by implicit conversion any2stringadd from BaseTypeSeq to StringAdd

Inherited by implicit conversion any2ArrowAssoc from BaseTypeSeq to ArrowAssoc[BaseTypeSeq]

Inherited by implicit conversion any2Ensuring from BaseTypeSeq to Ensuring[BaseTypeSeq]