Zipped

oxygen.ui.web.WidgetState.Zipped
final case class Zipped[A, B, C](a: WidgetState[A], b: WidgetState[B], zip: Out[A, B, C]) extends WidgetState[C]

Attributes

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

Members list

Value members

Concrete methods

override def unsafeCurrentValue: C

Attributes

Definition Classes

Inherited methods

final def currentValue: UIO[C]

Attributes

Inherited from:
PWidgetState
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
WidgetState

Concrete fields

override val renderTimeValue: C

Inherited fields

final lazy val get: C

Attributes

Inherited from:
PWidgetState