DerivedImpl

rescala.structure.DerivedImpl
abstract class DerivedImpl[S[_], T](initial: S[Pulse[T]], name: ReInfo, isDynamicWithStaticDeps: Option[Set[of[S]]]) extends Base[S, Pulse[T]], Derived, DisconnectableImpl

Attributes

Graph
Supertypes
trait Derived
class Base[S, Pulse[T]]
trait ReSource
class Object
trait Matchable
class Any
Show all
Known subtypes
class EventImpl[State, T]
class SignalImpl[S, T]

Members list

Type members

Types

override type State[V] = S[V]

Inherited types

final type ReIn = ReevTicket[State, Value]

Attributes

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

Attributes

Inherited from:
Derived
override type Value = Pulse[T]

Attributes

Inherited from:
Base

Value members

Abstract methods

protected def computePulse(rein: ReevTicket[S, 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

Attributes

Inherited from:
Base