scala.reflect.internal.BaseTypeSeqs

MappedBaseTypeSeq

class MappedBaseTypeSeq extends BaseTypeSeq

Source
BaseTypeSeqs.scala
Linear Supertypes
BaseTypeSeq, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. MappedBaseTypeSeq
  2. BaseTypeSeq
  3. AnyRef
  4. 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 MappedBaseTypeSeq(orig: BaseTypeSeq, f: (Type) ⇒ Type)

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 MappedBaseTypeSeq to StringAdd performed by method any2stringadd in scala.Predef.
    Definition Classes
    StringAdd
  5. def ->[B](y: B): (MappedBaseTypeSeq, B)

    Implicit information
    This member is added by an implicit conversion from MappedBaseTypeSeq to ArrowAssoc[MappedBaseTypeSeq] 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.

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

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  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

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  12. def ensuring(cond: (MappedBaseTypeSeq) ⇒ Boolean, msg: ⇒ Any): MappedBaseTypeSeq

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

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

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

    Implicit information
    This member is added by an implicit conversion from MappedBaseTypeSeq to Ensuring[MappedBaseTypeSeq] 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

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  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 MappedBaseTypeSeq 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(g: (Type) ⇒ Type): BaseTypeSeq

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  25. def length: Int

    The number of types in the sequence

    The number of types in the sequence

    Definition Classes
    BaseTypeSeq
  26. def map(g: (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

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  27. lazy val maxDepth: Int

    Definition Classes
    BaseTypeSeq
  28. def maxDepthOfElems: Int

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

    The maximum depth of type tp

    The maximum depth of type tp

    Attributes
    protected
    Definition Classes
    BaseTypeSeq
  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

    Compute new base type sequence with tp prepended to this sequence

    Definition Classes
    BaseTypeSeq
  34. def rawElem(i: Int): Type

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  35. val self: Any

    Implicit information
    This member is added by an implicit conversion from MappedBaseTypeSeq 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 MappedBaseTypeSeq 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

    Return all evaluated types in this sequence as a list

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  39. def toString(): String

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

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

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

    Definition Classes
    MappedBaseTypeSeqBaseTypeSeq
  41. def updateHead(tp: Type): BaseTypeSeq

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

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

    Definition Classes
    BaseTypeSeq
  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): (MappedBaseTypeSeq, B)

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

Deprecated Value Members

  1. def x: MappedBaseTypeSeq

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

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: MappedBaseTypeSeq

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

    (Since version 2.10.0) Use resultOfEnsuring instead

Inherited from BaseTypeSeq

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion any2stringfmt from MappedBaseTypeSeq to StringFormat

Inherited by implicit conversion any2stringadd from MappedBaseTypeSeq to StringAdd

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

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