ZIODispatcher

works.iterative.ui.components.ZIODispatcher
See theZIODispatcher companion object
trait ZIODispatcher[+Env]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def dispatchAction(action: ZIO[Env, Nothing, Unit]): Unit
def dispatchStream[A](action: ZIO[Env, Nothing, A]): EventStream[A]
def dispatchUserAction(action: ZIO[Env & CurrentUser, Nothing, Unit]): Unit
def dispatchUserStream[A](action: ZIO[Env & CurrentUser, Nothing, A]): EventStream[A]