Scala Library
|
|
scala/collection/immutable/Stream.scala
]
class
StreamBuilder[A]
extends
LazyBuilder[A, Stream[A]]Values and Variables inherited from LazyBuilder | |
parts |
Method Summary | |
def
|
result
: Stream[A]
Returns collection resulting from this builder. The buffer's contents
are undefined afterwards.
|
Methods inherited from LazyBuilder | |
+=, ++=, ++=, clear |
Methods inherited from Builder | |
sizeHint, mapResult |
Methods inherited from Growable | |
+= |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Library
|
|