DerivedImpl

rescala.operator.DefaultImplementations.DerivedImpl
abstract class DerivedImpl[T](initial: State[Pulse[T]], name: ReInfo, isDynamicWithStaticDeps: Option[Set[of[State]]]) extends Base[State, Pulse[T]] with Derived with DisconnectableImpl

Attributes

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

Members list

Concise view

Type members

Types

override type State[V] = State[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 = V

Attributes

Inherited from:
Base

Value members

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