StatefulHandleAction
oxygen.ui.web.PWidget.StatefulHandleAction
final case class StatefulHandleAction[Env, Action, State](underlying: Stateful[Env, Action, State], f: (WidgetState[State], Action) => ZIO[Env & Scope, UIError, Unit])(using evidence$1: HasNoScope[Env]) extends Stateful[Env, Nothing, State]
Attributes
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article