Stateful

oxygen.ui.web.create.Component.WithoutProps.Stateful
trait Stateful[-Env, +Action, State] extends WithoutProps[Env, Action, State, State]

Attributes

Graph
Supertypes
trait WithoutProps[Env, Action, State, State]
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

override protected def component(state: State): Stateful[Env, Action, State]

Attributes

Definition Classes

Concrete methods

final override def apply(): Stateful[Env, Action, State]

Attributes

Definition Classes