StatelessHandleAction

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

Attributes

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