HandleAction

oxygen.ui.web.RaiseHandler.HandleAction
final case class HandleAction[Env, Action, Action2](underlying: RaiseHandler[Any, Action2], f: (RaiseHandler[Any, Action2], Action) => ZIO[Env & Scope, UIError, Unit])(using evidence$1: HasNoScope[Env]) extends RaiseHandler[Env, Action]

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait RaiseHandler[Env, Action]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def raiseAction(raise: Action): ZIO[Env & Scope, UIError, Unit]

Attributes

Definition Classes

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product