ZStreamVersionSpecific

zio.stream.ZStreamVersionSpecific
trait ZStreamVersionSpecific[-R, +E, +O]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ZStream[R, E, O]

Members list

Value members

Concrete methods

inline def provide[E1 >: E](inline layer: ZLayer[_, E1, _]*): ZStream[Any, E1, O]

Automatically assembles a layer for the ZStream effect, which translates it to another level.

Automatically assembles a layer for the ZStream effect, which translates it to another level.

Attributes