Scala Library Documentation
|
|
scala/runtime/StreamCons.scala
]
final
class
StreamCons[T](xs : => Stream[T])
extends
AnyRefMethod Summary | |
def
|
lazy_:: (x : T) : Stream[T] |
def
|
lazy_::: (ys : Stream[T]) : Stream[T] |
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 Documentation
|
|