ZioStreams

sttp.capabilities.zio.ZioStreams
See theZioStreams companion object
trait ZioStreams extends Streams[ZioStreams]

Attributes

Companion:
object
Graph
Supertypes
class Streams[ZioStreams]
class Object
trait Matchable
class Any
Known subtypes
object ZioStreams.type

Members list

Concise view

Type members

Types

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