Showing content from http://www.scala-lang.org/api/2.12.18/scala/collection/immutable/Stream.html below:
Scala Standard Library 2.12.18 - scala.collection.immutable.Stream
sealed abstract class Stream[+A] extends AbstractSeq[A] with LinearSeq[A] with GenericTraversableTemplate[A, Stream] with LinearSeqOptimized[A, Stream[A]] with Serializable
î· î
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stream
- Serializable
- Serializable
- LinearSeqOptimized
- LinearSeq
- LinearSeq
- LinearSeqLike
- Seq
- Iterable
- Traversable
- Immutable
- AbstractSeq
- Seq
- SeqLike
- GenSeq
- GenSeqLike
- PartialFunction
- Function1
- AbstractIterable
- Iterable
- IterableLike
- Equals
- GenIterable
- GenIterableLike
- AbstractTraversable
- Traversable
- GenTraversable
- GenericTraversableTemplate
- TraversableLike
- GenTraversableLike
- Parallelizable
- TraversableOnce
- GenTraversableOnce
- FilterMonadic
- HasNewBuilder
- AnyRef
- Any
Implicitly
- by CollectionsHaveToParArray
- by MonadOps
- by consWrapper
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- by alternateImplicit
Abstract Value Members
- î
abstract def tailDefined: Boolean
Concrete Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
def #::[B >: A](hd: B): Stream[B]
- î
def #:::[B >: A](prefix: Stream[B]): Stream[B]
- î
def +(other: String): String
- î
def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def ++:[B >: A, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def ++:[B](that: TraversableOnce[B]): Stream[B]
- î
def +:(elem: A): Stream[A]
- î
def ->[B](y: B): (Stream[A], B)
- î
def :+(elem: A): Stream[A]
- î
final def ==(arg0: Any): Boolean
- î
def addString(b: mutable.StringBuilder, start: String, sep: String, end: String): mutable.StringBuilder
- î
def addString(b: StringBuilder): StringBuilder
- î
def addString(b: StringBuilder, sep: String): StringBuilder
- î
def aggregate[B](z: â B)(seqop: (B, A) â B, combop: (B, B) â B): B
- î
def andThen[C](k: (A) â C): PartialFunction[Int, C]
- î
def append[B >: A](rest: â TraversableOnce[B]): Stream[B]
- î
def apply(n: Int): A
- î
def applyOrElse[A1 <: Int, B1 >: A](x: A1, default: (A1) â B1): B1
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def clone(): AnyRef
- î
final def collect[B](pf: PartialFunction[A, B]): Stream[B]
- î
def collectFirst[B](pf: PartialFunction[A, B]): Option[B]
- î
def combinations(n: Int): Iterator[Stream[A]]
- î
def companion: GenericCompanion[Stream]
- î
def compose[A](g: (A) â Int): (A) â A
- î
def contains[A1 >: A](elem: A1): Boolean
- î
def containsSlice[B](that: GenSeq[B]): Boolean
- î
def copyToArray(xs: Array[A], start: Int, len: Int): Unit
- î
def copyToArray(xs: Array[A]): Unit
- î
def copyToArray(xs: Array[A], start: Int): Unit
- î
def copyToBuffer[B >: A](dest: Buffer[B]): Unit
- î
final def corresponds[B](that: GenSeq[B])(p: (A, B) â Boolean): Boolean
- î
def count(p: (A) â Boolean): Int
- î
def diff(that: collection.Seq[A]): Stream[A]
- î
def distinct: Stream[A]
- î
final def drop(n: Int): Stream[A]
- î
def dropRight(n: Int): Stream[A]
- î
def dropWhile(p: (A) â Boolean): Stream[A]
- î
def endsWith[B](that: GenSeq[B]): Boolean
- î
def ensuring(cond: (Stream[A]) â Boolean, msg: â Any): Stream[A]
- î
def ensuring(cond: (Stream[A]) â Boolean): Stream[A]
- î
def ensuring(cond: Boolean, msg: â Any): Stream[A]
- î
def ensuring(cond: Boolean): Stream[A]
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(that: Any): Boolean
- î
def exists(p: (A) â Boolean): Boolean
- î
def filter(p: (A) â Boolean): Stream[A]
- î
def filterNot(p: (A) â Boolean): Stream[A]
- î
def finalize(): Unit
- î
def find(p: (A) â Boolean): Option[A]
- î
final def flatMap[B, That](f: (A) â GenTraversableOnce[B])(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def flatten[B](implicit asTraversable: (A) â GenTraversableOnce[B]): Stream[B]
- î
def fold[A1 >: A](z: A1)(op: (A1, A1) â A1): A1
- î
final def foldLeft[B](z: B)(op: (B, A) â B): B
- î
def foldRight[B](z: B)(op: (A, B) â B): B
- î
def forall(p: (A) â Boolean): Boolean
- î
def force: Stream[A]
- î
final def foreach[U](f: (A) â U): Unit
- î
def genericBuilder[B]: Builder[B, Stream[B]]
- î
final def getClass(): Class[_]
- î
def groupBy[K](f: (A) â K): Map[K, Stream[A]]
- î
def grouped(size: Int): Iterator[Stream[A]]
- î
def hasDefiniteSize: Boolean
- î
def hashCode(): Int
- î
def head: A
- î
def headOption: Option[A]
- î
def indexOf(elem: A, from: Int): Int
- î
def indexOf(elem: A): Int
- î
def indexOfSlice[B >: A](that: GenSeq[B], from: Int): Int
- î
def indexOfSlice[B >: A](that: GenSeq[B]): Int
- î
def indexWhere(p: (A) â Boolean, from: Int): Int
- î
def indexWhere(p: (A) â Boolean): Int
- î
def indices: Range
- î
def init: Stream[A]
- î
def inits: Iterator[Stream[A]]
- î
def intersect(that: collection.Seq[A]): Stream[A]
- î
def isDefinedAt(x: Int): Boolean
- î
def isEmpty: Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
final def isTraversableAgain: Boolean
- î
def iterator: Iterator[A]
- î
def last: A
- î
def lastIndexOf(elem: A, end: Int): Int
- î
def lastIndexOf(elem: A): Int
- î
def lastIndexOfSlice[B >: A](that: GenSeq[B], end: Int): Int
- î
def lastIndexOfSlice[B >: A](that: GenSeq[B]): Int
- î
def lastIndexWhere(p: (A) â Boolean, end: Int): Int
- î
def lastIndexWhere(p: (A) â Boolean): Int
- î
def lastOption: Option[A]
- î
def length: Int
- î
def lengthCompare(len: Int): Int
- î
def lift: (Int) â Option[A]
- î
final def map[B, That](f: (A) â B)(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def max: A
- î
def maxBy[B](f: (A) â B): A
- î
def min: A
- î
def minBy[B](f: (A) â B): A
- î
def mkString(start: String, sep: String, end: String): String
- î
def mkString: String
- î
def mkString(sep: String): String
- î
final def ne(arg0: AnyRef): Boolean
- î
def newBuilder: Builder[A, Stream[A]]
- î
def nonEmpty: Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def orElse[A1 <: Int, B1 >: A](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def padTo[B >: A, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def par: ParSeq[A]
- î
def parCombiner: Combiner[A, ParSeq[A]]
- î
def partition(p: (A) â Boolean): (Stream[A], Stream[A])
- î
def patch(from: Int, that: GenSeq[A], replaced: Int): Stream[A]
- î
def permutations: Iterator[Stream[A]]
- î
def prefixLength(p: (A) â Boolean): Int
- î
def print(sep: String): Unit
- î
def print(): Unit
- î
def product: A
- î
def reduce[A1 >: A](op: (A1, A1) â A1): A1
- î
final def reduceLeft[B >: A](f: (B, A) â B): B
- î
def reduceLeftOption[B >: A](op: (B, A) â B): Option[B]
- î
def reduceOption[A1 >: A](op: (A1, A1) â A1): Option[A1]
- î
def reduceRight[B >: A](op: (A, B) â B): B
- î
def reduceRightOption[B >: A](op: (A, B) â B): Option[B]
- î
def repr: Stream[A]
- î
def reverse: Stream[A]
- î
def reverseIterator: Iterator[A]
- î
def reverseMap[B](f: (A) â B): Stream[B]
- î
def reversed: scala.List[A]
- î
def runWith[U](action: (A) â U): (Int) â Boolean
- î
def sameElements(that: GenIterable[A]): Boolean
- î
def scan[B >: A, That](z: B)(op: (B, B) â B)(implicit cbf: CanBuildFrom[Stream[A], B, That]): That
- î
final def scanLeft[B, That](z: B)(op: (B, A) â B)(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def scanRight[B, That](z: B)(op: (A, B) â B)(implicit bf: CanBuildFrom[Stream[A], B, That]): That
- î
def segmentLength(p: (A) â Boolean, from: Int): Int
- î
def seq: LinearSeq[A]
- î
def size: Int
- î
def sizeHintIfCheap: Int
- î
def slice(from: Int, until: Int): Stream[A]
- î
def sliding(size: Int, step: Int): Iterator[Stream[A]]
- î
def sliding(size: Int): Iterator[Stream[A]]
- î
def sortBy[B](f: (A) â B)(implicit ord: math.Ordering[B]): Stream[A]
- î
def sortWith(lt: (A, A) â Boolean): Stream[A]
- î
def sorted[B >: A](implicit ord: math.Ordering[B]): Stream[A]
- î
def span(p: (A) â Boolean): (Stream[A], Stream[A])
- î
def splitAt(n: Int): (Stream[A], Stream[A])
- î
def startsWith[B](that: GenSeq[B], offset: Int): Boolean
- î
def startsWith[B](that: GenSeq[B]): Boolean
- î
def stringPrefix: String
- î
def sum: A
- î
final def synchronized[T0](arg0: â T0): T0
- î
def tail: Stream[A]
- î
def tails: Iterator[Stream[A]]
- î
def take(n: Int): Stream[A]
- î
def takeRight(n: Int): Stream[A]
- î
def takeWhile(p: (A) â Boolean): Stream[A]
- î
def thisCollection: collection.LinearSeq[A]
- î
def to[Col[_]]: Col[A]
- î
def toArray: Array[A]
- î
def toBuffer[B >: A]: Buffer[B]
- î
def toCollection(repr: Stream[A]): collection.LinearSeq[A]
- î
def toIndexedSeq: IndexedSeq[A]
- î
def toIterable: collection.Iterable[A]
- î
def toIterator: Iterator[A]
- î
def toList: scala.List[A]
- î
def toMap[T, U]: collection.Map[T, U]
- î
def toParArray: ParArray[T]
- î
def toSeq: Seq[A]
- î
def toSet[B >: A]: Set[B]
- î
def toStream: Stream[A]
- î
def toString(): String
- î
def toTraversable: collection.Traversable[A]
- î
def toVector: scala.Vector[A]
- î
def transpose[B](implicit asTraversable: (A) â GenTraversableOnce[B]): Stream[Stream[B]]
- î
def union(that: collection.Seq[A]): Stream[A]
- î
def unzip[A1, A2](implicit asPair: (A) â (A1, A2)): (Stream[A1], Stream[A2])
- î
def unzip3[A1, A2, A3](implicit asTriple: (A) â (A1, A2, A3)): (Stream[A1], Stream[A2], Stream[A3])
- î
def updated(index: Int, elem: A): Stream[A]
- î
def view: StreamView[A, Stream[A]]
- î
def view(from: Int, until: Int): SeqView[A, Stream[A]]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
final def withFilter(p: (A) â Boolean): FilterMonadic[A, Stream[A]]
- î
final def zip[A1 >: A, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Stream[A], (A1, B), That]): That
- î
def zipAll[B](that: collection.Iterable[B], thisElem: A, thatElem: B): Stream[(A, B)]
- î
def zipWithIndex[A1 >: A, That](implicit bf: CanBuildFrom[Stream[A], (A1, Int), That]): That
- î
def â[B](y: B): (Stream[A], B)
Deprecated Value Members
- î
def /:[B](z: B)(op: (B, A) â B): B
- î
def :\[B](z: B)(op: (A, B) â B): B
- î
def formatted(fmtstr: String): String
Inherited from java.io.Serializable
Inherited from (Int) â A Inherited from HasNewBuilder[A, scala.collection.immutable.Stream[A] @scala.annotation.unchecked.uncheckedVariance] Inherited by implicit conversion MonadOps from Stream[A] to MonadOps[A]
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4