SignalImpl

reactives.structure.SignalImpl
abstract class SignalImpl[T](initial: ParRPState[Pulse[T]], expr: (DynamicTicket[State], () => T) => T, name: ReInfo, isDynamicWithStaticDeps: Option[Set[of[State]]]) extends DerivedImpl[T]

Value parameters

isDynamicWithStaticDeps

None means static dependencies only, Some means dynamic with the given static ones for optimization

Attributes

Graph
Supertypes
class DerivedImpl[T]
trait Derived
class Base[Pulse[T]]
trait ReSource
class Object
trait Matchable
class Any
Show all

Members list

Type members

Inherited types

final type ReIn = ReevTicket[State, Value]

Attributes

Inherited from:
Derived
final type Rout = Result[State, Value]

Attributes

Inherited from:
Derived
override type State[V] = ParRPState[V]

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:
DerivedImpl
override type Value = Pulse[T]

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:
Base

Value members

Concrete methods

protected def computePulse(rein: ReevTicket[State, Pulse[T]]): Pulse[T]

Inherited methods

final def disconnect(): Unit

Attributes

Inherited from:
DisconnectableImpl
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Base -> Any
Inherited from:
Base

Inherited fields

override val info: ReInfo

Developer friendly information about the resource.

Developer friendly information about the resource.

Attributes

Inherited from:
Base