ZioStreams

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

Type members

Types

override type BinaryStream = Stream[Throwable, Byte]
override type Pipe[A, B] = Stream[Throwable, A] => Stream[Throwable, B]