ZStreamConstructorLowPriority2

class Object
trait Matchable
class Any

Type members

Inherited types

type WithOut[In, Out0] = ZStreamConstructor[In] { type Out = Out0; }

The type of the ZStreamConstructor with the type of the ZStream value.

The type of the ZStreamConstructor with the type of the ZStream value.

Inherited from:
ZStreamConstructorLowPriority3

Implicits

Implicits

implicit def ZIOConstructor[R, E, A]: WithOut[ZIO[R, E, A], ZStream[R, E, A]]

Construct a ZStream[R, E, A] from a ZIO[R, E, A].

Construct a ZStream[R, E, A] from a ZIO[R, E, A].

Inherited implicits

implicit def SucceedConstructor[A]: WithOut[A, ZStream[Any, Nothing, A]]

Construct a ZStream[R, E, A] from a ZIO[R, E, A].

Construct a ZStream[R, E, A] from a ZIO[R, E, A].

Inherited from:
ZStreamConstructorLowPriority3