Mapped
trait IterableSplitter[S]
trait DelegatedSignalling
trait Signalling
trait Splitter[S]
trait AugmentedIterableIterator[S]
trait RemainsIterator[S]
trait Iterator[S]
trait IterableOnceOps[S, [A] =>> Iterator[A], Iterator[S]]
trait IterableOnce[S]
class Object
trait Matchable
class Any
class RemainsIteratorMapped[S]
Type members
Inherited classlikes
Value members
Concrete methods
Inherited methods
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "2.13.4")
- Inherited from
- IterableOnceOps
@deprecatedOverriding("This should always forward to the 3-arg version of this method", "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
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
@deprecatedOverriding("isEmpty is defined as !hasNext; override hasNext instead", "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("nonEmpty is defined as !isEmpty; override isEmpty instead", "2.13.0")
- Inherited from
- IterableOnceOps
def partition2combiners[U >: S, This](pred: S => 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
- Definition Classes
- AugmentedIterableIterator -> IterableOnceOps
- Inherited from
- AugmentedIterableIterator
def scanToCombiner[U >: S, That](howmany: Int, startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
- Inherited from
- AugmentedIterableIterator
def scanToCombiner[U >: S, That](startValue: U, op: (U, U) => U, cb: Combiner[U, That]): Combiner[U, That]
- Inherited from
- AugmentedIterableIterator
def span2combiners[U >: S, This](p: S => Boolean, before: Combiner[U, This], after: Combiner[U, This]): (Combiner[U, This], Combiner[U, This])
- Inherited from
- AugmentedIterableIterator
def splitAt2combiners[U >: S, 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 >: S, This](p: S => Boolean, cb: Combiner[U, This]): (Combiner[U, This], Boolean)
- Inherited from
- AugmentedIterableIterator
def zip2combiner[U >: S, S, That](otherpit: RemainsIterator[S], cb: Combiner[(U, S), That]): Combiner[(U, S), That]
- Inherited from
- AugmentedIterableIterator
def zipAll2combiner[U >: S, S, That](that: RemainsIterator[S], thiselem: U, thatelem: S, cb: Combiner[(U, S), That]): Combiner[(U, S), That]
- Inherited from
- AugmentedIterableIterator
def zipAllParSeq[S, U >: S, R >: S](that: SeqSplitter[S], thisElem: U, thatElem: R): ZippedAll[U, R]
- Inherited from
- IterableSplitter
Deprecated and Inherited methods
@inline @deprecated("Use foldRight instead of :\\", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@deprecated("`aggregate` is not relevant for sequential collections. Use `foldLeft(z)(seqop)` instead.", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@inline @deprecated("Use `dest ++= coll` instead", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps
@inline @deprecated("hasDefiniteSize on Iterator is the same as isEmpty", "2.13.0")
- Deprecated
- Definition Classes
- Iterator -> IterableOnceOps
- Inherited from
- Iterator
@deprecated("Iterator.seq always returns the iterator itself", "2.13.0")
- Deprecated
- Inherited from
- Iterator
@inline @deprecated("Use .iterator instead of .toIterator", "2.13.0")
- Deprecated
- Inherited from
- IterableOnceOps