DefaultImplementations
rescala.operator.DefaultImplementations
trait DefaultImplementations
Attributes
- Graph
- Supertypes
- class Objecttrait Matchableclass Any
- Known subtypes
- trait Operatorstrait RescalaInterfaceobject sidup.typeobject synchron.typeobject toposort.typeobject unmanaged.typeobject default.typeobject IncrementalApi.type
- Self type
Members list
Concise view
Type members
Classlikes
Attributes
- Graph
- Supertypes
- trait DisconnectableImpltrait Disconnectabletrait Derivedtrait ReSourceclass Objecttrait Matchableclass Any
Attributes
- Graph
- Supertypes
- trait DisconnectableImpltrait Disconnectabletrait Derivedtrait ReSourceclass Objecttrait Matchableclass Any
- Known subtypes
- class EventImpl[T]class SignalImpl[T]
Attributes
- isDynamicWithStaticDeps
If this is None, the event is static. Else, it is dynamic with the set of static dependencies
- Graph
- Supertypes
- trait Event[T]trait EventCompat[T]class DerivedImpl[T]trait DisconnectableImpltrait Disconnectabletrait Derivedtrait ReSourceclass Objecttrait Matchableclass Any
class SignalImpl[T](initial: State[Pulse[T]], expr: (DynamicTicket, () => T) => T, name: ReInfo, isDynamicWithStaticDeps: Option[Set[of[State]]]) extends DerivedImpl[T] with Signal[T]
Attributes
- isDynamicWithStaticDeps
None means static dependencies only, Some means dynamic with the given static ones for optimization
- Graph
- Supertypes
- trait Signal[T]trait SignalCompat[T]class DerivedImpl[T]trait DisconnectableImpltrait Disconnectabletrait Derivedtrait ReSourceclass Objecttrait Matchableclass Any