ZioStreams

object ZioStreams extends ZioStreams
Companion:
class
class Streams[ZioStreams]
class Object
trait Matchable
class Any

Type members

Inherited types

override type BinaryStream = Stream[Throwable, Byte]
Inherited from:
ZioStreams
override type Pipe[A, B] = Stream[Throwable, A] => Stream[Throwable, B]
Inherited from:
ZioStreams