Packages

  • package root
    Definition Classes
    root
  • package scala
    Definition Classes
    root
  • package reflect
    Definition Classes
    scala
  • package api

    EXPERIMENTAL

    EXPERIMENTAL

    The Scala Reflection API (located in scala-reflect.jar).

    In Scala 2.10.0, the Scala Reflection API and its implementation have an "experimental" status. This means that the API and the docs are not complete and can be changed in binary- and source-incompatible manner in 2.10.1. This also means that the implementation has some known issues.

    The following types are the backbone of the Scala Reflection API, and serve as a good starting point for information about Scala Reflection:

    For more information about Scala Reflection, see the Reflection Guide

    Definition Classes
    reflect
  • trait Scopes extends AnyRef

    EXPERIMENTAL

    EXPERIMENTAL

    This trait provides support for scopes in the reflection API.

    A scope object generally maps names to symbols available in a corresponding lexical scope. Scopes can be nested. The base type exposed to the reflection API, however, only exposes a minimal interface, representing a scope as an iterable of symbols.

    For rare occasions when it is necessary to create a scope manually, e.g., to populate members of scala.reflect.api.Types#RefinedType, there is the newScopeWith function.

    Additional functionality is exposed in member scopes that are returned by members and decls defined in scala.reflect.api.Types#TypeApi. Such scopes support the sorted method, which sorts members in declaration order.

    Definition Classes
    api
  • MemberScope
  • MemberScopeApi
  • Scope
  • ScopeApi

trait ScopeApi extends Iterable[Universe.Symbol]

The API that all scopes support

Source
Scopes.scala
Linear Supertypes
collection.Iterable[Universe.Symbol], IterableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]], Equals, GenIterable[Universe.Symbol], GenIterableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]], collection.Traversable[Universe.Symbol], GenTraversable[Universe.Symbol], GenericTraversableTemplate[Universe.Symbol, collection.Iterable], TraversableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]], GenTraversableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]], Parallelizable[Universe.Symbol, ParIterable[Universe.Symbol]], collection.TraversableOnce[Universe.Symbol], GenTraversableOnce[Universe.Symbol], FilterMonadic[Universe.Symbol, collection.Iterable[Universe.Symbol]], HasNewBuilder[Universe.Symbol, Iterable[Scopes.this.Symbol] @scala.annotation.unchecked.uncheckedVariance], AnyRef, Any
Known Subclasses
MemberScope, MemberScopeApi, Scope
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScopeApi
  2. Iterable
  3. IterableLike
  4. Equals
  5. GenIterable
  6. GenIterableLike
  7. Traversable
  8. GenTraversable
  9. GenericTraversableTemplate
  10. TraversableLike
  11. GenTraversableLike
  12. Parallelizable
  13. TraversableOnce
  14. GenTraversableOnce
  15. FilterMonadic
  16. HasNewBuilder
  17. AnyRef
  18. Any
Implicitly
  1. by CollectionsHaveToParArray
  2. by MonadOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  7. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Self = collection.Iterable[Universe.Symbol]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]
    Definition Classes
    TraversableLike

Abstract Value Members

  1. abstract def iterator: collection.Iterator[Universe.Symbol]
    Definition Classes
    IterableLike → GenIterableLike

Concrete Value Members

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

    Test two objects for inequality.

    Test two objects for inequality.

    returns

    true if !(this == that), false otherwise.

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Equivalent to x.hashCode except for boxed numeric types and null.

    Equivalent to x.hashCode except for boxed numeric types and null. For numerics, it returns a hash value which is consistent with value equality: if two value type instances compare as true, then ## will produce the same hash value for each of them. For null returns a hashcode where null.hashCode throws a NullPointerException.

    returns

    a hash value consistent with ==

    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to any2stringadd[Universe.ScopeApi] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: Universe.Symbol, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: Universe.Symbol, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike
  6. def ++:[B >: Universe.Symbol, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (Universe.ScopeApi, B)
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to ArrowAssoc[Universe.ScopeApi] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, Universe.Symbol) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (Universe.Symbol, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    The expression x == that is equivalent to if (x eq null) that eq null else x.equals(that).

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder
    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder
    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, Universe.Symbol) ⇒ B, combop: (B, B) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. final def asInstanceOf[T0]: T0

    Cast the receiver object to be of type T0.

    Cast the receiver object to be of type T0.

    Note that the success of a cast at runtime is modulo Scala's erasure semantics. Therefore the expression 1.asInstanceOf[String] will throw a ClassCastException at runtime, while the expression List(1).asInstanceOf[List[String]] will not. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the requested type.

    returns

    the receiver object.

    Definition Classes
    Any
    Exceptions thrown

    ClassCastException if the receiver object is not an instance of the erasure of type T0.

  16. def canEqual(that: Any): Boolean
    Definition Classes
    IterableLike → Equals
  17. def clone(): AnyRef

    Create a copy of the receiver object.

    Create a copy of the receiver object.

    The default implementation of the clone method is platform dependent.

    returns

    a copy of the receiver object.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
    Note

    not specified by SLS as a member of AnyRef

  18. def collect[B, That](pf: PartialFunction[Universe.Symbol, B])(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  19. def collectFirst[B](pf: PartialFunction[Universe.Symbol, B]): Option[B]
    Definition Classes
    TraversableOnce
  20. def companion: GenericCompanion[collection.Iterable]
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  21. def copyToArray[B >: Universe.Symbol](xs: Array[B], start: Int, len: Int): Unit
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  22. def copyToArray[B >: Universe.Symbol](xs: Array[B]): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  23. def copyToArray[B >: Universe.Symbol](xs: Array[B], start: Int): Unit
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def copyToBuffer[B >: Universe.Symbol](dest: Buffer[B]): Unit
    Definition Classes
    TraversableOnce
  25. def count(p: (Universe.Symbol) ⇒ Boolean): Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  26. def drop(n: Int): collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  27. def dropRight(n: Int): collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike
  28. def dropWhile(p: (Universe.Symbol) ⇒ Boolean): collection.Iterable[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  29. def ensuring(cond: (Universe.ScopeApi) ⇒ Boolean, msg: ⇒ Any): Universe.ScopeApi
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to Ensuring[Universe.ScopeApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  30. def ensuring(cond: (Universe.ScopeApi) ⇒ Boolean): Universe.ScopeApi
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to Ensuring[Universe.ScopeApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  31. def ensuring(cond: Boolean, msg: ⇒ Any): Universe.ScopeApi
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to Ensuring[Universe.ScopeApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  32. def ensuring(cond: Boolean): Universe.ScopeApi
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to Ensuring[Universe.ScopeApi] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  33. final def eq(arg0: AnyRef): Boolean

    Tests whether the argument (that) is a reference to the receiver object (this).

    Tests whether the argument (that) is a reference to the receiver object (this).

    The eq method implements an equivalence relation on non-null instances of AnyRef, and has three additional properties:

    • It is consistent: for any non-null instances x and y of type AnyRef, multiple invocations of x.eq(y) consistently returns true or consistently returns false.
    • For any non-null instance x of type AnyRef, x.eq(null) and null.eq(x) returns false.
    • null.eq(null) returns true.

    When overriding the equals or hashCode methods, it is important to ensure that their behavior is consistent with reference equality. Therefore, if two objects are references to each other (o1 eq o2), they should be equal to each other (o1 == o2) and they should hash to the same value (o1.hashCode == o2.hashCode).

    returns

    true if the argument is a reference to the receiver object; false otherwise.

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

    The equality method for reference types.

    The equality method for reference types. Default implementation delegates to eq.

    See also equals in scala.Any.

    returns

    true if the receiver object is equivalent to the argument; false otherwise.

    Definition Classes
    AnyRef → Any
  35. def exists(p: (Universe.Symbol) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  36. def filter(p: (Universe.Symbol) ⇒ Boolean): collection.Iterable[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  37. def filterNot(p: (Universe.Symbol) ⇒ Boolean): collection.Iterable[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  38. def finalize(): Unit

    Called by the garbage collector on the receiver object when there are no more references to the object.

    Called by the garbage collector on the receiver object when there are no more references to the object.

    The details of when and if the finalize method is invoked, as well as the interaction between finalize and non-local returns and exceptions, are all platform dependent.

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
    Note

    not specified by SLS as a member of AnyRef

  39. def find(p: (Universe.Symbol) ⇒ Boolean): Option[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  40. def flatMap[B, That](f: (Universe.Symbol) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  41. def flatten[B](implicit asTraversable: (Universe.Symbol) ⇒ GenTraversableOnce[B]): collection.Iterable[B]
    Definition Classes
    GenericTraversableTemplate
  42. def fold[A1 >: Universe.Symbol](z: A1)(op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  43. def foldLeft[B](z: B)(op: (B, Universe.Symbol) ⇒ B): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def foldRight[B](z: B)(op: (Universe.Symbol, B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  45. def forall(p: (Universe.Symbol) ⇒ Boolean): Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  46. def foreach[U](f: (Universe.Symbol) ⇒ U): Unit
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  47. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to StringFormat[Universe.ScopeApi] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  48. def genericBuilder[B]: Builder[B, collection.Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
  49. final def getClass(): Class[_]

    Returns the runtime class representation of the object.

    Returns the runtime class representation of the object.

    returns

    a class object corresponding to the runtime type of the receiver.

    Definition Classes
    AnyRef → Any
  50. def groupBy[K](f: (Universe.Symbol) ⇒ K): Map[K, collection.Iterable[Universe.Symbol]]
    Definition Classes
    TraversableLike → GenTraversableLike
  51. def grouped(size: Int): collection.Iterator[collection.Iterable[Universe.Symbol]]
    Definition Classes
    IterableLike
  52. def hasDefiniteSize: Boolean
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  53. def hashCode(): Int

    The hashCode method for reference types.

    The hashCode method for reference types. See hashCode in scala.Any.

    returns

    the hash code value for this object.

    Definition Classes
    AnyRef → Any
  54. def head: Universe.Symbol
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  55. def headOption: Option[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  56. def init: collection.Iterable[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  57. def inits: collection.Iterator[collection.Iterable[Universe.Symbol]]
    Definition Classes
    TraversableLike
  58. def isEmpty: Boolean
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  59. final def isInstanceOf[T0]: Boolean

    Test whether the dynamic type of the receiver object is T0.

    Test whether the dynamic type of the receiver object is T0.

    Note that the result of the test is modulo Scala's erasure semantics. Therefore the expression 1.isInstanceOf[String] will return false, while the expression List(1).isInstanceOf[List[String]] will return true. In the latter example, because the type argument is erased as part of compilation it is not possible to check whether the contents of the list are of the specified type.

    returns

    true if the receiver object is an instance of erasure of type T0; false otherwise.

    Definition Classes
    Any
  60. final def isTraversableAgain: Boolean
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  61. def last: Universe.Symbol
    Definition Classes
    TraversableLike → GenTraversableLike
  62. def lastOption: Option[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  63. def map[B, That](f: (Universe.Symbol) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  64. def max[B >: Universe.Symbol](implicit cmp: Ordering[B]): Universe.Symbol
    Definition Classes
    TraversableOnce → GenTraversableOnce
  65. def maxBy[B](f: (Universe.Symbol) ⇒ B)(implicit cmp: Ordering[B]): Universe.Symbol
    Definition Classes
    TraversableOnce → GenTraversableOnce
  66. def min[B >: Universe.Symbol](implicit cmp: Ordering[B]): Universe.Symbol
    Definition Classes
    TraversableOnce → GenTraversableOnce
  67. def minBy[B](f: (Universe.Symbol) ⇒ B)(implicit cmp: Ordering[B]): Universe.Symbol
    Definition Classes
    TraversableOnce → GenTraversableOnce
  68. def mkString: String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  69. def mkString(sep: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  70. def mkString(start: String, sep: String, end: String): String
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. final def ne(arg0: AnyRef): Boolean

    Equivalent to !(this eq that).

    Equivalent to !(this eq that).

    returns

    true if the argument is not a reference to the receiver object; false otherwise.

    Definition Classes
    AnyRef
  72. def newBuilder: Builder[Universe.Symbol, collection.Iterable[Universe.Symbol]]
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  73. def nonEmpty: Boolean
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. final def notify(): Unit

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Wakes up a single thread that is waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  75. final def notifyAll(): Unit

    Wakes up all threads that are waiting on the receiver object's monitor.

    Wakes up all threads that are waiting on the receiver object's monitor.

    Definition Classes
    AnyRef
    Note

    not specified by SLS as a member of AnyRef

  76. def par: ParIterable[Universe.Symbol]
    Definition Classes
    Parallelizable
  77. def parCombiner: Combiner[Universe.Symbol, ParIterable[Universe.Symbol]]
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  78. def partition(p: (Universe.Symbol) ⇒ Boolean): (collection.Iterable[Universe.Symbol], collection.Iterable[Universe.Symbol])
    Definition Classes
    TraversableLike → GenTraversableLike
  79. def product[B >: Universe.Symbol](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  80. def reduce[A1 >: Universe.Symbol](op: (A1, A1) ⇒ A1): A1
    Definition Classes
    TraversableOnce → GenTraversableOnce
  81. def reduceLeft[B >: Universe.Symbol](op: (B, Universe.Symbol) ⇒ B): B
    Definition Classes
    TraversableOnce
  82. def reduceLeftOption[B >: Universe.Symbol](op: (B, Universe.Symbol) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  83. def reduceOption[A1 >: Universe.Symbol](op: (A1, A1) ⇒ A1): Option[A1]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  84. def reduceRight[B >: Universe.Symbol](op: (Universe.Symbol, B) ⇒ B): B
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  85. def reduceRightOption[B >: Universe.Symbol](op: (Universe.Symbol, B) ⇒ B): Option[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  86. def repr: collection.Iterable[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  87. def reversed: List[Universe.Symbol]
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  88. def sameElements[B >: Universe.Symbol](that: GenIterable[B]): Boolean
    Definition Classes
    IterableLike → GenIterableLike
  89. def scan[B >: Universe.Symbol, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  90. def scanLeft[B, That](z: B)(op: (B, Universe.Symbol) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
  91. def scanRight[B, That](z: B)(op: (Universe.Symbol, B) ⇒ B)(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], B, That]): That
    Definition Classes
    TraversableLike → GenTraversableLike
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) The behavior of scanRight has changed. The previous behavior can be reproduced with scanRight.reverse.

  92. def seq: collection.Iterable[Universe.Symbol]
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  93. def size: Int
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def slice(from: Int, until: Int): collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  95. def sliding(size: Int, step: Int): collection.Iterator[collection.Iterable[Universe.Symbol]]
    Definition Classes
    IterableLike
  96. def sliding(size: Int): collection.Iterator[collection.Iterable[Universe.Symbol]]
    Definition Classes
    IterableLike
  97. def span(p: (Universe.Symbol) ⇒ Boolean): (collection.Iterable[Universe.Symbol], collection.Iterable[Universe.Symbol])
    Definition Classes
    TraversableLike → GenTraversableLike
  98. def splitAt(n: Int): (collection.Iterable[Universe.Symbol], collection.Iterable[Universe.Symbol])
    Definition Classes
    TraversableLike → GenTraversableLike
  99. def stringPrefix: String
    Definition Classes
    TraversableLike → GenTraversableLike
  100. def sum[B >: Universe.Symbol](implicit num: Numeric[B]): B
    Definition Classes
    TraversableOnce → GenTraversableOnce
  101. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  102. def tail: collection.Iterable[Universe.Symbol]
    Definition Classes
    TraversableLike → GenTraversableLike
  103. def tails: collection.Iterator[collection.Iterable[Universe.Symbol]]
    Definition Classes
    TraversableLike
  104. def take(n: Int): collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  105. def takeRight(n: Int): collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike
  106. def takeWhile(p: (Universe.Symbol) ⇒ Boolean): collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  107. def thisCollection: collection.Iterable[Universe.Symbol]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  108. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Universe.Symbol, Col[Universe.Symbol]]): Col[Universe.Symbol]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  109. def toArray[B >: Universe.Symbol](implicit arg0: ClassTag[B]): Array[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  110. def toBuffer[B >: Universe.Symbol]: Buffer[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  111. def toCollection(repr: collection.Iterable[Universe.Symbol]): collection.Iterable[Universe.Symbol]
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  112. def toIndexedSeq: collection.immutable.IndexedSeq[Universe.Symbol]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  113. def toIterable: collection.Iterable[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  114. def toIterator: collection.Iterator[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  115. def toList: List[Universe.Symbol]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  116. def toMap[T, U](implicit ev: <:<[Universe.Symbol, (T, U)]): Map[T, U]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  117. def toParArray: ParArray[T]
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to CollectionsHaveToParArray[Universe.ScopeApi, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (Universe.ScopeApi) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  118. def toSeq: collection.Seq[Universe.Symbol]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  119. def toSet[B >: Universe.Symbol]: Set[B]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  120. def toStream: collection.immutable.Stream[Universe.Symbol]
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  121. def toString(): String

    Returns a string representation of the object.

    Returns a string representation of the object.

    The default representation is platform dependent.

    returns

    a string representation of the object.

    Definition Classes
    TraversableLike → Any
  122. def toTraversable: collection.Traversable[Universe.Symbol]
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  123. def toVector: Vector[Universe.Symbol]
    Definition Classes
    TraversableOnce → GenTraversableOnce
  124. def transpose[B](implicit asTraversable: (Universe.Symbol) ⇒ GenTraversableOnce[B]): collection.Iterable[collection.Iterable[B]]
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

    (Changed in version 2.9.0) transpose throws an IllegalArgumentException if collections are not uniformly sized.

  125. def unzip[A1, A2](implicit asPair: (Universe.Symbol) ⇒ (A1, A2)): (collection.Iterable[A1], collection.Iterable[A2])
    Definition Classes
    GenericTraversableTemplate
  126. def unzip3[A1, A2, A3](implicit asTriple: (Universe.Symbol) ⇒ (A1, A2, A3)): (collection.Iterable[A1], collection.Iterable[A2], collection.Iterable[A3])
    Definition Classes
    GenericTraversableTemplate
  127. def view(from: Int, until: Int): IterableView[Universe.Symbol, collection.Iterable[Universe.Symbol]]
    Definition Classes
    IterableLike → TraversableLike
  128. def view: IterableView[Universe.Symbol, collection.Iterable[Universe.Symbol]]
    Definition Classes
    IterableLike → TraversableLike
  129. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  130. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  131. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  132. def withFilter(p: (Universe.Symbol) ⇒ Boolean): FilterMonadic[Universe.Symbol, collection.Iterable[Universe.Symbol]]
    Definition Classes
    TraversableLike → FilterMonadic
  133. def zip[A1 >: Universe.Symbol, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  134. def zipAll[B, A1 >: Universe.Symbol, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], (A1, B), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  135. def zipWithIndex[A1 >: Universe.Symbol, That](implicit bf: CanBuildFrom[collection.Iterable[Universe.Symbol], (A1, Int), That]): That
    Definition Classes
    IterableLike → GenIterableLike
  136. def [B](y: B): (Universe.ScopeApi, B)
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to ArrowAssoc[Universe.ScopeApi] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def filter(p: (Universe.Symbol) ⇒ Boolean): collection.TraversableOnce[Universe.Symbol]
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to MonadOps[Universe.Symbol] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scopeApi: MonadOps[Universe.Symbol]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (Universe.Symbol) ⇒ GenTraversableOnce[B]): collection.TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to MonadOps[Universe.Symbol] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scopeApi: MonadOps[Universe.Symbol]).flatMap(f)
    Definition Classes
    MonadOps
  3. def map[B](f: (Universe.Symbol) ⇒ B): collection.TraversableOnce[B]
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to MonadOps[Universe.Symbol] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scopeApi: MonadOps[Universe.Symbol]).map(f)
    Definition Classes
    MonadOps
  4. def withFilter(p: (Universe.Symbol) ⇒ Boolean): collection.Iterator[Universe.Symbol]
    Implicit
    This member is added by an implicit conversion from Universe.ScopeApi to MonadOps[Universe.Symbol] performed by method MonadOps in scala.collection.TraversableOnce.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (scopeApi: MonadOps[Universe.Symbol]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from collection.Iterable[Universe.Symbol]

Inherited from IterableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]]

Inherited from Equals

Inherited from GenIterable[Universe.Symbol]

Inherited from GenIterableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]]

Inherited from collection.Traversable[Universe.Symbol]

Inherited from GenTraversable[Universe.Symbol]

Inherited from GenericTraversableTemplate[Universe.Symbol, collection.Iterable]

Inherited from TraversableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]]

Inherited from GenTraversableLike[Universe.Symbol, collection.Iterable[Universe.Symbol]]

Inherited from Parallelizable[Universe.Symbol, ParIterable[Universe.Symbol]]

Inherited from collection.TraversableOnce[Universe.Symbol]

Inherited from GenTraversableOnce[Universe.Symbol]

Inherited from FilterMonadic[Universe.Symbol, collection.Iterable[Universe.Symbol]]

Inherited from HasNewBuilder[Universe.Symbol, Iterable[Scopes.this.Symbol] @scala.annotation.unchecked.uncheckedVariance]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from Universe.ScopeApi to CollectionsHaveToParArray[Universe.ScopeApi, T]

Inherited by implicit conversion MonadOps from Universe.ScopeApi to MonadOps[Universe.Symbol]

Inherited by implicit conversion any2stringadd from Universe.ScopeApi to any2stringadd[Universe.ScopeApi]

Inherited by implicit conversion StringFormat from Universe.ScopeApi to StringFormat[Universe.ScopeApi]

Inherited by implicit conversion Ensuring from Universe.ScopeApi to Ensuring[Universe.ScopeApi]

Inherited by implicit conversion ArrowAssoc from Universe.ScopeApi to ArrowAssoc[Universe.ScopeApi]

Inherited by implicit conversion alternateImplicit from Universe.ScopeApi to ForceImplicitAmbiguity

Ungrouped