PWidgetState

oxygen.ui.web.PWidgetState
See thePWidgetState companion object
sealed trait PWidgetState[+StateGet, -StateSet <: StateGet]

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Stateless
trait WidgetState[S]
class GlobalValue[State]
class SumCase[OuterState, InnerState]
class Transform[A, B]
class Zipped[A, B, C]
class ZoomIn[OuterState, InnerState]
Show all

Members list

Value members

Abstract methods

def unsafeCurrentValue: StateGet

Concrete methods

final def currentValue: UIO[StateGet]
final def read: UIO[StateGet]
final def set(value: StateSet): UIO[Unit]
final def setNoReRender(value: StateSet): UIO[Unit]
final def update(f: StateGet => StateSet): UIO[Unit]
final def updateNoReRender(f: StateGet => StateSet): UIO[Unit]

Abstract fields

val renderTimeValue: StateGet

Concrete fields

final lazy val get: StateGet