OpenReceptorMixin<C extends Cell, I extends Signal, O extends Signal> mixin

Mixin that adds signal reception capabilities to a Cell.

When mixed into a Cell, allows it to process incoming signals according to its test rules and receptor configuration.

Superclass constraints
Mixin applications

Properties

async CellAsync<Cell>
Creates an async variant for modifiable operations
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
modifiable Iterable<Function>
Returns an iterable containing modifiable functions.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
test TestObject<Cell>
Gets the test object associated with the cell.
no setterinherited
unmodifiable Cell
Creates an unmodifiable view of this cell.
no setterinherited

Methods

apply(Function function, List? positionalArguments, [Map<Symbol, dynamic>? namedArguments]) → dynamic
Applies a function with controlled validation.
inherited
deputy({covariant TestObject<Cell>? test, covariant MapObject? mapObject}) Cell
Creates an Deputy cell from an existing Cell instance with reduced permissions.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
receptor(I signal) → O?
Processes an incoming signal
toString() String
A string representation of this object.
inherited

Operators

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