SeriesLikeStreamImpl

abstract
class SeriesLikeStreamImpl[T <: Exec[T], A1, A2, A] extends Stream[T, A]
class Stream[T, A]
trait Disposable[T]
trait Writable
class Object
trait Matchable
class Any

Value members

Abstract methods

protected
def op(a: A, b: A): A

Concrete methods

final
def dispose()(implicit tx: T): Unit
final
def hasNext(implicit ctx: Context[T], tx: T): Boolean
final
def next()(implicit ctx: Context[T], tx: T): A
final
def reset()(implicit tx: T): Unit
final protected
def writeData(out: DataOutput): Unit

Inherited methods

final
def isEmpty(implicit ctx: Context[T], tx: T): Boolean
Inherited from
Stream
final
def nonEmpty(implicit ctx: Context[T], tx: T): Boolean
Inherited from
Stream
final
def toIterator(implicit ctx: Context[T], tx: T): Iterator[A]

Note: consumes the stream.

Note: consumes the stream.

Inherited from
Stream
final
def toList(implicit ctx: Context[T], tx: T): List[A]

Note: consumes the stream.

Note: consumes the stream.

Inherited from
Stream
final
def toVector(implicit ctx: Context[T], tx: T): Vector[A]

Note: consumes the stream.

Note: consumes the stream.

Inherited from
Stream
final
def write(out: DataOutput): Unit
Inherited from
Stream

Abstract fields

protected
val _hasNext: Var[T, Boolean]
protected
val id: Ident[T]
protected
val startStream: Stream[T, A1]
protected
val state: Var[T, A]
protected
val stepStream: Stream[T, A2]
protected
val valid: Var[T, Boolean]

Implicits

Implicits

implicit protected
val num: Num[A]
implicit protected
val widen: Widen2[A1, A2, A]