ZStreamConstructorLowPriority3

zio.stream.ZStream$.ZStreamConstructorLowPriority3

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Concise view

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.

Attributes

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

Attributes