StatefulPS

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

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def a[UnhandledA2 >: UnhandledA]: StatefulPAS[Env, Action, State, Value, HandledA, UnhandledA2]
def apply[Env2 <: Env : HasNoScope](f: (WidgetState[State], HandledA, Value) => ZIO[Env2 & Scope, UIError, Unit]): Stateful[Env2, UnhandledA, State]