ZioStreams

sttp.capabilities.zio.ZioStreams
See theZioStreams companion trait
object ZioStreams extends ZioStreams

Attributes

Companion
trait
Graph
Supertypes
trait ZioStreams
class Streams[ZioStreams]
class Object
trait Matchable
class Any
Self type
ZioStreams.type

Members list

Type members

Inherited types

override type BinaryStream = Stream[Throwable, Byte]

Attributes

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

Attributes

Inherited from:
ZioStreams

Value members

Concrete methods

def limitBytes(stream: Stream[Throwable, Byte], maxBytes: Long): Stream[Throwable, Byte]