ParRangeIterator
trait SeqSplitter[Int]
trait PreciseSplitter[Int]
trait AugmentedSeqIterator[Int]
trait IterableSplitter[Int]
trait DelegatedSignalling
trait Signalling
trait Splitter[Int]
trait AugmentedIterableIterator[Int]
trait RemainsIterator[Int]
trait Iterator[Int]
trait IterableOnceOps[Int, [A] =>> Iterator[A], Iterator[Int]]
trait IterableOnce[Int]
class Object
trait Matchable
class Any
Type members
Value members
Concrete methods
Inherited methods
def collect2combiner[S, That](pf: PartialFunction[Int, S], cb: Combiner[S, That]): Combiner[S, That]
- Inherited from
- AugmentedIterableIterator
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
- Inherited from
- IterableOnceOps
@deprecatedOverriding(message = "This should always forward to the 3-arg version of this method", since = "2.13.4")
- Inherited from
- IterableOnceOps
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
Drop implemented as simple eager consumption.
Drop implemented as simple eager consumption.
- Definition Classes
- Inherited from
- IterableSplitter
def filterNot2combiner[U >: Int, This](pred: Int => Boolean, cb: Combiner[U, This]): Combiner[U, This]
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
@deprecatedOverriding(message = "isEmpty is defined as !hasNext; override hasNext instead", since = "2.13.0")
- Definition Classes
- Iterator -> IterableOnceOps
- Inherited from
- Iterator
For most collections, this is a cheap operation. Exceptions can override this method.
For most collections, this is a cheap operation. Exceptions can override this method.
- Inherited from
- RemainsIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
@deprecatedOverriding(message = "nonEmpty is defined as !isEmpty; override isEmpty instead", since = "2.13.0")
- Inherited from
- IterableOnceOps
def partition2combiners[U >: Int, This](pred: Int => Boolean, btrue: Combiner[U, This], bfalse: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
def scanToCombiner[U >: Int, That](howmany: Int, startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
- Inherited from
- AugmentedIterableIterator
def scanToCombiner[U >: Int, That](startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
- Inherited from
- AugmentedIterableIterator
def span2combiners[U >: Int, This](p: Int => Boolean, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- Inherited from
- AugmentedIterableIterator
def splitAt2combiners[U >: Int, This](at: Int, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- Inherited from
- AugmentedIterableIterator
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
def takeWhile2combiner[U >: Int, This](p: Int => Boolean, cb: Combiner[U, This]): (Combiner[U, This], Boolean)
- Inherited from
- AugmentedIterableIterator
def zip2combiner[U >: Int, S, That](otherpit: RemainsIterator[S], cb: Combiner[(U, S), That]): Combiner[(U, S), That]
- Inherited from
- AugmentedIterableIterator
def zipAll2combiner[U >: Int, S, That](that: RemainsIterator[S], thiselem: U, thatelem: S, cb: Combiner[(U, S), That]): Combiner[(U, S), That]
- Inherited from
- AugmentedIterableIterator
override def zipAllParSeq[S, U >: Int, R >: S](that: SeqSplitter[S], thisElem: U, thatElem: R): ZippedAll[U, R]
- Definition Classes
- Inherited from
- SeqSplitter
Deprecated and Inherited methods
@inline @deprecated(message = "Use foldLeft instead of /:", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use foldLeft instead of /:- Inherited from
- IterableOnceOps
@inline @deprecated(message = "Use foldRight instead of :\\", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use foldRight instead of :\\- Inherited from
- IterableOnceOps
@deprecated(message = "`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", since = "2.13.0")
- Deprecated
[Since version 2.13.0]`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.- Inherited from
- IterableOnceOps
@inline @deprecated(message = "Use `dest ++= coll` instead", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use `dest ++= coll` instead- Inherited from
- IterableOnceOps
@inline @deprecated(message = "hasDefiniteSize on Iterator is the same as isEmpty", since = "2.13.0")
- Deprecated
[Since version 2.13.0]hasDefiniteSize on Iterator is the same as isEmpty- Definition Classes
- Iterator -> IterableOnceOps
- Inherited from
- Iterator
@deprecated(message = "Call scanRight on an Iterable instead.", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Call scanRight on an Iterable instead.- Inherited from
- Iterator
@deprecated(message = "Iterator.seq always returns the iterator itself", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Iterator.seq always returns the iterator itself- Inherited from
- Iterator
@inline @deprecated(message = "Use .iterator instead of .toIterator", since = "2.13.0")
- Deprecated
[Since version 2.13.0]Use .iterator instead of .toIterator- Inherited from
- IterableOnceOps