ZStreamConstructorLowPriority3

class Object
trait Matchable
class Any

Type members

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.

Implicits

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].