CollectiveReceptor<E, IN extends Signal, OU extends Signal> class

Specialized receptor for handling Collective signals

Implemented types

Constructors

CollectiveReceptor.new({SignalTransform<Collective<E>, IN, OU>? transform, dynamic user})
Factory for creating a receptor
factory

Properties

async Receptor<Collective<E>, IN, OU>
Asynchronously processes a signal through this receptor
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call({required covariant Collective<E> cell, required covariant IN signal, Set<Cell>? notified}) → OU?
Processes collection change signals
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

unchanged → const CollectiveReceptor<dynamic, Signal, Signal>
Default unchanged receptor