AudioCueStreamImpl

abstract
class AudioCueStreamImpl[T <: Exec[T], A](inStream: Stream[T, AudioCue]) 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 mapCue(cue: AudioCue): 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