GlobalValue

oxygen.ui.web.WidgetState.GlobalValue
See theGlobalValue companion object
final case class GlobalValue[State](state: Value[State], pageInstance: Untyped) extends WidgetState[State]

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait WidgetState[State]
trait PWidgetState[State, State]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def unsafeCurrentValue: State

Attributes

Definition Classes

Inherited methods

final def currentValue: UIO[State]

Attributes

Inherited from:
PWidgetState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def read: UIO[State]

Attributes

Inherited from:
PWidgetState
final def set(value: State): UIO[Unit]

Attributes

Inherited from:
PWidgetState
final def setNoReRender(value: State): UIO[Unit]

Attributes

Inherited from:
PWidgetState
final def update(f: State => State): UIO[Unit]

Attributes

Inherited from:
PWidgetState
final def updateNoReRender(f: State => State): UIO[Unit]

Attributes

Inherited from:
PWidgetState
final inline def zoomIn[S2](inline f: State => S2): WidgetState[S2]

Attributes

Inherited from:
WidgetState

Concrete fields

override val renderTimeValue: State

Inherited fields

final lazy val get: State

Attributes

Inherited from:
PWidgetState