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 Serializable
trait Product
trait Equals
trait PWidget[Env, Nothing, State, State]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product