StatelessHandleActionA

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

Attributes

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