Derived

reactives.core.Derived
See theDerived companion object
trait Derived extends ReSource

A reactive value is something that can be reevaluated

Attributes

Companion
object
Graph
Supertypes
trait ReSource
class Object
trait Matchable
class Any
Known subtypes
trait ReactiveDeltaSeq[T]
class FilterDeltaSeq[T]
class IncSeq[T]
class MapDeltaSeq[T, A]
class ChangeEventImpl[T]
class DerivedImpl[T]
class EventImpl[T]
class SignalImpl[T]
class Reactor[T]
Show all

Members list

Type members

Types

final type ReIn = ReevTicket[State, Value]
final type Rout = Result[State, Value]

Inherited and Abstract types

type State[_]

Additional structure required by schedulers for their propagation. For example, outgoing dependencies, multi-versioned values, locks.

Additional structure required by schedulers for their propagation. For example, outgoing dependencies, multi-versioned values, locks.

Attributes

Inherited from:
ReSource
type Value

The type of the time-changing Value contained in this ReSource

The type of the time-changing Value contained in this ReSource

Attributes

Inherited from:
ReSource

Value members

Inherited and Abstract methods

def info: ReInfo

Developer friendly information about the resource.

Developer friendly information about the resource.

Attributes

Inherited from:
ReSource