AdvanceItStream

trait AdvanceItStream[T <: Exec[T], +A] extends ItStream[T, A]
trait ItStream[T, A]
class Stream[T, A]
trait Disposable[T]
trait Writable
class Object
trait Matchable
class Any

Value members

Abstract methods

def advance()(implicit ctx: Context[T], tx: T): Unit
def resetOuter()(implicit tx: T): Unit

Inherited methods

def dispose()(implicit tx: T): Unit
Inherited from
Disposable
def hasNext(implicit ctx: Context[T], tx: T): Boolean
Inherited from
Stream
final
def isEmpty(implicit ctx: Context[T], tx: T): Boolean
Inherited from
Stream
def next()(implicit ctx: Context[T], tx: T): A
Inherited from
Stream
final
def nonEmpty(implicit ctx: Context[T], tx: T): Boolean
Inherited from
Stream
def reset()(implicit tx: T): Unit
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
def token: Int
Inherited from
ItStream
final
def write(out: DataOutput): Unit
Inherited from
Stream