sealed class Stream[Value] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- Stream
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Stream()
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def %(other: Stream[Value])(implicit ev: ||:[=:=[Stream[Value], Stream[Int]], ||:[=:=[Stream[Value], Stream[Double]], CFalse]]): Stream[Value]
- def %(other: Double)(implicit ev: =:=[Stream[Value], Stream[Double]]): Stream[Double]
- def %(other: Int)(implicit ev: =:=[Stream[Value], Stream[Int]]): Stream[Int]
- def &&(other: Stream[Boolean])(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]
- def &&(other: Boolean)(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]
- def *[T](other: Stream[T])(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def *[T](other: T)(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def +[T](other: Stream[T])(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def +[T](other: T)(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def -[T](other: Stream[T])(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def -[T](other: T)(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def /(other: Stream[Value])(implicit ev: ||:[=:=[Stream[Value], Stream[Int]], ||:[=:=[Stream[Value], Stream[Double]], CFalse]]): Stream[Value]
- def /(other: Double)(implicit ev: =:=[Stream[Value], Stream[Double]]): Stream[Double]
- def /(other: Int)(implicit ev: =:=[Stream[Value], Stream[Int]]): Stream[Int]
- def <[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def <[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def <=[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def <=[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ===(other: Value): Stream[Boolean]
- def ===(other: Stream[Value]): Stream[Boolean]
- def >[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def >[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def >=[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def >=[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Boolean]
- def addListener(listener: (Option[Value]) ⇒ Unit): Unit
- def alsoAt[T](other: Stream[T]): Stream[Value]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def compare[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Int]
- def compare[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Int]
- def const[T](other: T): Stream[T]
- def count: Stream[Int]
- def default(when: Stream[Value]): Stream[Value]
- def default(value: Value): Stream[Value]
- def defined[T](other: Stream[T]): Stream[T]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def exists(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def first(): Stream[Value]
- def fold[T](init: T)(f: (Stream[T], Stream[Value]) ⇒ Stream[T]): Stream[T]
- def forall(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- def ifThen()(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Unit]
- def ifThen[T](other: Stream[T])(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[T]
- def ifThenElse[T](other1: Stream[T], other2: Stream[T])(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[T]
-
def
init(): Unit
- Attributes
- protected
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mark(from: ⇒ Stream[Boolean], to: Stream[Boolean]): Stream[RegionMark]
- def max[T](implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def max[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def max[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def merge[T](other: Stream[T]): Stream[Unit]
- def min[T](implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def min[T](other: Stream[T])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def min[T](other: T)(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- def prod[T](implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def reduce(f: (Stream[Value], Stream[Value]) ⇒ Stream[Value]): Stream[Value]
- def resetCount(reset: ⇒ Stream[_]): ResetStream[Int]
- def resetExists(reset: ⇒ Stream[_])(implicit ev: =:=[Stream[Value], Stream[Boolean]]): ResetStream[Boolean]
- def resetFirst(reset: ⇒ Stream[_]): ResetStream[Value]
- def resetFold[T](init: T, reset: ⇒ Stream[_])(f: (Stream[T], Stream[Value]) ⇒ Stream[T]): ResetStream[T]
- def resetForall(reset: ⇒ Stream[_])(implicit ev: =:=[Stream[Value], Stream[Boolean]]): ResetStream[Boolean]
- def resetMax[T](reset: ⇒ Stream[_])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): ResetStream[T]
- def resetMin[T](reset: ⇒ Stream[_])(implicit arg0: Ordering[T], ev: =:=[Stream[Value], Stream[T]]): ResetStream[T]
- def resetProd[T](reset: ⇒ Stream[_])(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): ResetStream[T]
- def resetReduce(reset: ⇒ Stream[_])(f: (Stream[Value], Stream[Value]) ⇒ Stream[Value]): ResetStream[Value]
- def resetSum[T](reset: ⇒ Stream[_])(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): ResetStream[T]
- def sum[T](implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def time(): Stream[Time]
- def toDouble[T](implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Double]
- def toInt[T](implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[Int]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unary_!()(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]
- def unary_/[T]()(implicit arg0: Numeric[T], ev: =:=[Stream[Value], Stream[T]]): Stream[T]
- def undefined(other: Stream[Value]): Stream[Value]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ||(other: Stream[Boolean])(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]
- def ||(other: Boolean)(implicit ev: =:=[Stream[Value], Stream[Boolean]]): Stream[Boolean]