this module contains signals that are composed of a collection of other sinal Accessors.
all signals in here are capable of dynamically adding new dependency Accessors, and removing previous ones.
but in order to work, the collection signal needs to know the id of the signal accessor it consumes (i.e. it must be Identifiable).
as such, the signal Accessors provided to each collection must be of Accessor function type, rather than of a PureAccessor type.
this module contains signals that are composed of a collection of other sinal Accessors.
all signals in here are capable of dynamically adding new dependency
Accessor
s, and removing previous ones.but in order to work, the collection signal needs to know the
id
of the signal accessor it consumes (i.e. it must be Identifiable).as such, the signal
Accessor
s provided to each collection must be of Accessor function type, rather than of a PureAccessor type.