StatefulPAS

oxygen.ui.web.PWidget.HandleActionBuilders.StatefulPAS
final class StatefulPAS[Env, Action, State, HandledA, UnhandledA](widget: Stateful[Env, Action, State], toEither: Action => Either[HandledA, UnhandledA])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply[Env2 <: Env : HasNoScope](f: (WidgetState[State], RaiseHandler[Any, UnhandledA], HandledA) => ZIO[Env2 & Scope, UIError, Unit]): Stateful[Env2, UnhandledA, State]