StatefulHandleActionA

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait PWidget[Env, Action2, 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