Class

akka.parboiled2

ValueStack

Related Doc: package parboiled2

Permalink

class ValueStack extends Iterable[Any]

A mutable untyped stack of values. In most cases you won't have to access its API directly since parboiled2's DSL should allow you a safer and easier way to interact with the stack. However, in some cases, when you know what you are doing, direct access can be helpful.

Source
ValueStack.scala
Linear Supertypes
Type Hierarchy
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ValueStack
  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 flattenTraversableOnce
  4. by any2stringadd
  5. by StringFormat
  6. by Ensuring
  7. by ArrowAssoc
  8. by alternateImplicit
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Self = Iterable[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike
  2. class WithFilter extends FilterMonadic[A, Repr]

    Permalink
    Definition Classes
    TraversableLike

Value Members

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

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

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

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to any2stringadd[ValueStack] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ++[B >: Any, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  5. def ++:[B >: Any, That](that: Traversable[B])(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  6. def ++:[B >: Any, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike
  7. def ->[B](y: B): (ValueStack, B)

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to ArrowAssoc[ValueStack] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  8. def /:[B](z: B)(op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  9. def :\[B](z: B)(op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  10. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  11. def addString(b: StringBuilder): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  12. def addString(b: StringBuilder, sep: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  13. def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder

    Permalink
    Definition Classes
    TraversableOnce
  14. def aggregate[B](z: ⇒ B)(seqop: (B, Any) ⇒ B, combop: (B, B) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  15. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  16. def canEqual(that: Any): Boolean

    Permalink
    Definition Classes
    IterableLike → Equals
  17. def clear(): Unit

    Permalink

    Removes all elements from the stack.

  18. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. def collect[B, That](pf: PartialFunction[Any, B])(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  20. def collectFirst[B](pf: PartialFunction[Any, B]): Option[B]

    Permalink
    Definition Classes
    TraversableOnce
  21. def companion: GenericCompanion[Iterable]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → GenericTraversableTemplate
  22. def copyToArray[B >: Any](xs: Array[B], start: Int, len: Int): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  23. def copyToArray[B >: Any](xs: Array[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  24. def copyToArray[B >: Any](xs: Array[B], start: Int): Unit

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  25. def copyToBuffer[B >: Any](dest: Buffer[B]): Unit

    Permalink
    Definition Classes
    TraversableOnce
  26. def count(p: (Any) ⇒ Boolean): Int

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  27. def drop(n: Int): Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  28. def dropRight(n: Int): Iterable[Any]

    Permalink
    Definition Classes
    IterableLike
  29. def dropWhile(p: (Any) ⇒ Boolean): Iterable[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  30. def ensuring(cond: (ValueStack) ⇒ Boolean, msg: ⇒ Any): ValueStack

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  36. def exists(p: (Any) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  37. def filter(p: (Any) ⇒ Boolean): Iterable[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  38. def filterNot(p: (Any) ⇒ Boolean): Iterable[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  39. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  40. def find(p: (Any) ⇒ Boolean): Option[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  41. def flatMap[B, That](f: (Any) ⇒ GenTraversableOnce[B])(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  42. def flatten[B](implicit asTraversable: (Any) ⇒ GenTraversableOnce[B]): Iterable[B]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  43. def fold[A1 >: Any](z: A1)(op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  44. def foldLeft[B](z: B)(op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  45. def foldRight[B](z: B)(op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  46. def forall(p: (Any) ⇒ Boolean): Boolean

    Permalink
    Definition Classes
    IterableLike → TraversableLike → TraversableOnce → GenTraversableOnce
  47. def foreach[U](f: (Any) ⇒ U): Unit

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike → TraversableOnce → GenTraversableOnce → FilterMonadic
  48. def formatted(fmtstr: String): String

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to StringFormat[ValueStack] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  49. def genericBuilder[B]: Builder[B, Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
  50. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  51. def groupBy[K](f: (Any) ⇒ K): Map[K, Iterable[Any]]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  52. def grouped(size: Int): Iterator[Iterable[Any]]

    Permalink
    Definition Classes
    IterableLike
  53. def hasDefiniteSize: Boolean

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  54. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  55. def head: Any

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  56. def headOption: Option[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  57. def init: Iterable[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  58. def inits: Iterator[Iterable[Any]]

    Permalink
    Definition Classes
    TraversableLike
  59. def insert(down: Int, value: Any): Unit

    Permalink

    Inserts the given value into the stack down elements below the current top element.

    Inserts the given value into the stack down elements below the current top element. insert(0, 'x') is therefore equal to push('x'). Throws a ValueStackOverflowException if the stack has no more space available. Throws a ValueStackUnderflowException if down > size. Throws an IllegalArgumentException is down is negative.

  60. def isEmpty: Boolean

    Permalink

    True if no elements are currently on the stack.

    True if no elements are currently on the stack.

    Definition Classes
    ValueStack → IterableLike → GenericTraversableTemplate → TraversableLike → TraversableOnce → GenTraversableOnce
  61. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  62. final def isTraversableAgain: Boolean

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → GenTraversableOnce
  63. def iterator: Iterator[Any]

    Permalink

    Returns an iterator that iterates over a *snapshot* of the stack elements at the time of this method call.

    Returns an iterator that iterates over a *snapshot* of the stack elements at the time of this method call. I.e. subsequent mutations are not visible to the iterator.

    Definition Classes
    ValueStack → IterableLike → GenIterableLike
  64. def last: Any

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  65. def lastOption: Option[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  66. def map[B, That](f: (Any) ⇒ B)(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike → FilterMonadic
  67. def max[B >: Any](implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  68. def maxBy[B](f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  69. def min[B >: Any](implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  70. def minBy[B](f: (Any) ⇒ B)(implicit cmp: Ordering[B]): Any

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  71. def mkString: String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  72. def mkString(sep: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  73. def mkString(start: String, sep: String, end: String): String

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  74. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  75. def newBuilder: Builder[Any, Iterable[Any]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    GenericTraversableTemplate → HasNewBuilder
  76. def nonEmpty: Boolean

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  77. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  78. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  79. def par: ParIterable[Any]

    Permalink
    Definition Classes
    Parallelizable
  80. def parCombiner: Combiner[Any, ParIterable[Any]]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableLike → Parallelizable
  81. def partition(p: (Any) ⇒ Boolean): (Iterable[Any], Iterable[Any])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  82. def peek(down: Int): Any

    Permalink

    Returns the element down elements below the current top element without removing it.

    Returns the element down elements below the current top element without removing it. peek(0) is therefore equal to peek(). Throws a ValueStackUnderflowException if down >= size. Throws an IllegalArgumentException is down is negative.

  83. def peek: Any

    Permalink

    Returns the top element without removing it.

    Returns the top element without removing it. Throws a ValueStackUnderflowException if the stack is empty.

  84. def poke(down: Int, value: Any): Unit

    Permalink

    Replaces the element down elements below the current top element with the given one.

    Replaces the element down elements below the current top element with the given one. Throws a ValueStackUnderflowException if down >= size. Throws an IllegalArgumentException if down is negative.

  85. def pop(): Any

    Permalink

    Removes the top element from the stack and returns it.

    Removes the top element from the stack and returns it. Throws a ValueStackUnderflowException if the stack is empty.

  86. def product[B >: Any](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  87. def pullOut(down: Int): Any

    Permalink

    Removes the element down elements below the current top element from the stack and returns it.

    Removes the element down elements below the current top element from the stack and returns it. pullOut(0) is therefore equal to pop(). Throws a ValueStackUnderflowException if down >= size. Throws an IllegalArgumentException is down is negative.

  88. def push(value: Any): Unit

    Permalink

    Puts the given value onto the stack.

    Puts the given value onto the stack. Throws a ValueStackOverflowException if the stack has no more space available.

  89. final def pushAll(hlist: HList): Unit

    Permalink

    Puts the given HList of values onto the stack.

    Puts the given HList of values onto the stack. Throws a ValueStackOverflowException if the stack has no more space available.

    Annotations
    @tailrec()
  90. def reduce[A1 >: Any](op: (A1, A1) ⇒ A1): A1

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  91. def reduceLeft[B >: Any](op: (B, Any) ⇒ B): B

    Permalink
    Definition Classes
    TraversableOnce
  92. def reduceLeftOption[B >: Any](op: (B, Any) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  93. def reduceOption[A1 >: Any](op: (A1, A1) ⇒ A1): Option[A1]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  94. def reduceRight[B >: Any](op: (Any, B) ⇒ B): B

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  95. def reduceRightOption[B >: Any](op: (Any, B) ⇒ B): Option[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  96. def repr: Iterable[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  97. def reversed: List[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    TraversableOnce
  98. def sameElements[B >: Any](that: GenIterable[B]): Boolean

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  99. def scan[B >: Any, That](z: B)(op: (B, B) ⇒ B)(implicit cbf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  100. def scanLeft[B, That](z: B)(op: (B, Any) ⇒ B)(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  101. def scanRight[B, That](z: B)(op: (Any, B) ⇒ B)(implicit bf: CanBuildFrom[Iterable[Any], B, That]): That

    Permalink
    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.

  102. def seq: Iterable[Any]

    Permalink
    Definition Classes
    Iterable → GenIterable → Traversable → GenTraversable → Parallelizable → TraversableOnce → GenTraversableOnce
  103. def show: String

    Permalink

    Creates a string representation of the current value stack contents.

    Creates a string representation of the current value stack contents. Mostly useful for debugging.

  104. def size: Int

    Permalink

    The number of elements currently on the stack.

    The number of elements currently on the stack.

    Definition Classes
    ValueStack → GenTraversableLike → TraversableOnce → GenTraversableOnce
  105. def slice(from: Int, until: Int): Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  106. def sliding(size: Int, step: Int): Iterator[Iterable[Any]]

    Permalink
    Definition Classes
    IterableLike
  107. def sliding(size: Int): Iterator[Iterable[Any]]

    Permalink
    Definition Classes
    IterableLike
  108. def span(p: (Any) ⇒ Boolean): (Iterable[Any], Iterable[Any])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  109. def splitAt(n: Int): (Iterable[Any], Iterable[Any])

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  110. def stringPrefix: String

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  111. def sum[B >: Any](implicit num: Numeric[B]): B

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  112. def swap(): Unit

    Permalink

    Swaps the top 2 stack elements.

    Swaps the top 2 stack elements. Throws a ValueStackUnderflowException if size < 2.

  113. def swap3(): Unit

    Permalink

    Swaps the top 3 stack elements.

    Swaps the top 3 stack elements. Throws a ValueStackUnderflowException if size < 3.

  114. def swap4(): Unit

    Permalink

    Swaps the top 4 stack elements.

    Swaps the top 4 stack elements. Throws a ValueStackUnderflowException if size < 4.

  115. def swap5(): Unit

    Permalink

    Swaps the top 5 stack elements.

    Swaps the top 5 stack elements. Throws a ValueStackUnderflowException if size < 5.

  116. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  117. def tail: Iterable[Any]

    Permalink
    Definition Classes
    TraversableLike → GenTraversableLike
  118. def tails: Iterator[Iterable[Any]]

    Permalink
    Definition Classes
    TraversableLike
  119. def take(n: Int): Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  120. def takeRight(n: Int): Iterable[Any]

    Permalink
    Definition Classes
    IterableLike
  121. def takeWhile(p: (Any) ⇒ Boolean): Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableLike
  122. def thisCollection: Iterable[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  123. def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Any, Col[Any]]): Col[Any]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
  124. def toArray: Array[Any]

    Permalink

    Returns all current stack elements as a new array.

  125. def toArray[B >: Any](implicit arg0: ClassTag[B]): Array[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  126. def toBuffer[B >: Any]: Buffer[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  127. def toCollection(repr: Iterable[Any]): Iterable[Any]

    Permalink
    Attributes
    protected[this]
    Definition Classes
    IterableLike → TraversableLike
  128. final def toHList[L <: HList](start: Int = 0, end: Int = _size, prependTo: HList = HNil): L

    Permalink

    Copies all elements between the given start (inclusive) and end (exclusive) indices into an HList that is prepended to the given tail.

    Copies all elements between the given start (inclusive) and end (exclusive) indices into an HList that is prepended to the given tail. Throws an IllegalArgumentException if start < 0 || start > end. Throws a ValueStackUnderflowException if end > size.

    Annotations
    @tailrec()
  129. def toIndexedSeq: IndexedSeq[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  130. def toIterable: Iterable[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableOnce → GenTraversableOnce
  131. def toIterator: Iterator[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  132. def toList: List[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  133. def toMap[T, U](implicit ev: <:<[Any, (T, U)]): Map[T, U]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  134. def toParArray: ParArray[T]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to CollectionsHaveToParArray[ValueStack, T] performed by method CollectionsHaveToParArray in scala.collection.parallel. This conversion will take place only if an implicit value of type (ValueStack) ⇒ GenTraversableOnce[T] is in scope.
    Definition Classes
    CollectionsHaveToParArray
  135. def toSeq: Seq[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  136. def toSet[B >: Any]: Set[B]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  137. def toStream: Stream[Any]

    Permalink
    Definition Classes
    IterableLike → TraversableLike → GenTraversableOnce
  138. def toString(): String

    Permalink
    Definition Classes
    TraversableLike → Any
  139. def toTraversable: Traversable[Any]

    Permalink
    Definition Classes
    TraversableLike → TraversableOnce → GenTraversableOnce
    Annotations
    @deprecatedOverriding( ... , "2.11.0" )
  140. def toVector: Vector[Any]

    Permalink
    Definition Classes
    TraversableOnce → GenTraversableOnce
  141. def transpose[B](implicit asTraversable: (Any) ⇒ GenTraversableOnce[B]): Iterable[Iterable[B]]

    Permalink
    Definition Classes
    GenericTraversableTemplate
    Annotations
    @migration
    Migration

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

  142. def unzip[A1, A2](implicit asPair: (Any) ⇒ (A1, A2)): (Iterable[A1], Iterable[A2])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  143. def unzip3[A1, A2, A3](implicit asTriple: (Any) ⇒ (A1, A2, A3)): (Iterable[A1], Iterable[A2], Iterable[A3])

    Permalink
    Definition Classes
    GenericTraversableTemplate
  144. def view(from: Int, until: Int): IterableView[Any, Iterable[Any]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  145. def view: IterableView[Any, Iterable[Any]]

    Permalink
    Definition Classes
    IterableLike → TraversableLike
  146. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  149. def withFilter(p: (Any) ⇒ Boolean): FilterMonadic[Any, Iterable[Any]]

    Permalink
    Definition Classes
    TraversableLike → FilterMonadic
  150. def zip[A1 >: Any, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Iterable[Any], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  151. def zipAll[B, A1 >: Any, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Iterable[Any], (A1, B), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  152. def zipWithIndex[A1 >: Any, That](implicit bf: CanBuildFrom[Iterable[Any], (A1, Int), That]): That

    Permalink
    Definition Classes
    IterableLike → GenIterableLike
  153. def [B](y: B): (ValueStack, B)

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

Shadowed Implicit Value Members

  1. def filter(p: (Any) ⇒ Boolean): TraversableOnce[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to MonadOps[Any] 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:
    (valueStack: MonadOps[Any]).filter(p)
    Definition Classes
    MonadOps
  2. def flatMap[B](f: (Any) ⇒ GenTraversableOnce[B]): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to MonadOps[Any] 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:
    (valueStack: MonadOps[Any]).flatMap(f)
    Definition Classes
    MonadOps
  3. def flatten: Iterator[A]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to FlattenOps[A] performed by method flattenTraversableOnce in scala.collection.TraversableOnce. This conversion will take place only if an implicit value of type (Any) ⇒ TraversableOnce[A] is in scope.
    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:
    (valueStack: FlattenOps[A]).flatten
    Definition Classes
    FlattenOps
  4. def map[B](f: (Any) ⇒ B): TraversableOnce[B]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to MonadOps[Any] 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:
    (valueStack: MonadOps[Any]).map(f)
    Definition Classes
    MonadOps
  5. def withFilter(p: (Any) ⇒ Boolean): Iterator[Any]

    Permalink
    Implicit information
    This member is added by an implicit conversion from ValueStack to MonadOps[Any] 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:
    (valueStack: MonadOps[Any]).withFilter(p)
    Definition Classes
    MonadOps

Inherited from Iterable[Any]

Inherited from IterableLike[Any, Iterable[Any]]

Inherited from Equals

Inherited from GenIterable[Any]

Inherited from GenIterableLike[Any, Iterable[Any]]

Inherited from Traversable[Any]

Inherited from GenTraversable[Any]

Inherited from TraversableLike[Any, Iterable[Any]]

Inherited from GenTraversableLike[Any, Iterable[Any]]

Inherited from Parallelizable[Any, ParIterable[Any]]

Inherited from TraversableOnce[Any]

Inherited from GenTraversableOnce[Any]

Inherited from FilterMonadic[Any, Iterable[Any]]

Inherited from HasNewBuilder[Any, Iterable[Any] @scala.annotation.unchecked.uncheckedVariance]

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion CollectionsHaveToParArray from ValueStack to CollectionsHaveToParArray[ValueStack, T]

Inherited by implicit conversion MonadOps from ValueStack to MonadOps[Any]

Inherited by implicit conversion flattenTraversableOnce from ValueStack to FlattenOps[A]

Inherited by implicit conversion any2stringadd from ValueStack to any2stringadd[ValueStack]

Inherited by implicit conversion StringFormat from ValueStack to StringFormat[ValueStack]

Inherited by implicit conversion Ensuring from ValueStack to Ensuring[ValueStack]

Inherited by implicit conversion ArrowAssoc from ValueStack to ArrowAssoc[ValueStack]

Inherited by implicit conversion alternateImplicit from ValueStack to ForceImplicitAmbiguity

Ungrouped