A

oxygen.ui.web.create.EventHandlerBuilder.A
final class A[Event, Action](key: String)

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def :=[Env](f: RaiseHandler[Any, Action] => ZIO[Env & Scope, UIError, Unit]): Stateless[Env, Action]
def action(act: Action): WidgetA[Action]
def handle[Env](f: RaiseHandler[Any, Action] => ZIO[Env & Scope, UIError, Unit]): Stateless[Env, Action]