ZIOEffectHandler

works.iterative.ui.ZIOEffectHandler
trait ZIOEffectHandler[Env, Effect, Action]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def handle(e: Effect): ZStream[Env, Throwable, Action]

Concrete methods

def fromZIO(zio: ZIO[Env, Throwable, Action]): ZStream[Env, Throwable, Action]
def fromZIOOption(zio: ZIO[Env, Throwable, Option[Action]]): ZStream[Env, Throwable, Action]
def fromZIOUnit(zio: ZIO[Env, Throwable, Unit]): ZStream[Env, Throwable, Action]