Stream

object Stream
Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

object Copy
Companion
class
trait Copy[In <: Exec[In], Out <: Exec[Out]]
Companion
object

Value members

Concrete methods

def apply[T <: Exec[LazyRef(...)], A](elems: A*)(implicit ctx: Context[T], tx: T): Stream[T, A]
def exhausted(): Nothing
def read[T <: Exec[LazyRef(...)], A](in: DataInput)(implicit ctx: Context[T], tx: T): Stream[T, A]

Implicits

Implicits

implicit
def format[T <: Exec[LazyRef(...)], A](implicit ctx: Context[T]): TFormat[T, Stream[T, A]]
implicit
def writer[T <: Exec[LazyRef(...)], A]: Writer[Stream[T, A]]