ZStreamOps

zio.http.StreamingForm.ZStreamOps
implicit class ZStreamOps[R, E, A](self: ZStream[R, E, A])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def mapAccumImmediate[S, A1](s: => S)(f: (S, A) => (S, Option[A1]))(implicit trace: Trace): ZStream[R, E, A1]

Statefully maps over the elements of this stream to sometimes produce new elements. Each new element gets immediately emitted regardless of the upstream chunk size.

Statefully maps over the elements of this stream to sometimes produce new elements. Each new element gets immediately emitted regardless of the upstream chunk size.

Attributes