scala.runtime

class StreamCons

[source: scala/runtime/StreamCons.scala]

final class StreamCons[T](xs : => Stream[T])
extends AnyRef
Method 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
def lazy_::(x : T) : Stream[T]

def lazy_:::(ys : Stream[T]) : Stream[T]