StatelessEventHandler

oxygen.ui.web.PWidget.StatelessEventHandler
final case class StatelessEventHandler[Env, Action, Event](key: String, handler: (RaiseHandler[Any, Action], Event) => ZIO[Env & Scope, UIError, Unit]) extends Stateless[Env, Action]

Attributes

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