SortWithItStream

trait SortWithItStream[T <: Exec[T], A] extends ItStream[T, (A, A)]
Companion
object
trait ItStream[T, (A, A)]
class Stream[T, (A, A)]
trait Disposable[T]
trait Writable
class Object
trait Matchable
class Any

Value members

Abstract methods

def advance(x: IndexedSeq[A], y: IndexedSeq[A])(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, 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, A)]

Note: consumes the stream.

Note: consumes the stream.

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

Note: consumes the stream.

Note: consumes the stream.

Inherited from
Stream
final
def toVector(implicit ctx: Context[T], tx: T): Vector[(A, 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