ZStreamCompat

zio.ZStreamCompat
object ZStreamCompat

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

def flatMapStream[R, R1 <: R, A, B](stream: ZStream[R, Nothing, Option[A]])(f: A => ZStream[R1, Nothing, Option[B]])(implicit trace: Trace): ZStream[R1, Nothing, Option[B]]