Handler

works.iterative.ui.components.laminar.modules.listpage.ListPageZIOHandler.Handler
class Handler(itemsHandler: ListPageHandler[T, Q], onVisitDetail: T => UIO[Unit]) extends ZIOEffectHandler[Any, Effect, Action]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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

Attributes

Definition Classes

Inherited methods

def fromZIO(zio: ZIO[Any, Throwable, Action]): ZStream[Any, Throwable, Action]

Attributes

Inherited from:
ZIOEffectHandler
def fromZIOOption(zio: ZIO[Any, Throwable, Option[Action]]): ZStream[Any, Throwable, Action]

Attributes

Inherited from:
ZIOEffectHandler
def fromZIOUnit(zio: ZIO[Any, Throwable, Unit]): ZStream[Any, Throwable, Action]

Attributes

Inherited from:
ZIOEffectHandler