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])(tx: T): Unit

Inherited methods

def dispose(tx: T): Unit
Inherited from
Disposable
def hasNext(ctx: Context[T], tx: T): Boolean
Inherited from
Stream
final def isEmpty(ctx: Context[T], tx: T): Boolean
Inherited from
Stream
def next(ctx: Context[T], tx: T): (A, A)
Inherited from
Stream
final def nonEmpty(ctx: Context[T], tx: T): Boolean
Inherited from
Stream
def reset(tx: T): Unit
Inherited from
Stream
final def toIterator(ctx: Context[T], tx: T): Iterator[(A, A)]

Note: consumes the stream.

Note: consumes the stream.

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

Note: consumes the stream.

Note: consumes the stream.

Inherited from
Stream
final def toVector(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