Broadcast<R, C extends FutureChange<R>> class abstract

Broadcast is a Performer that allows listening to results of perform. R - type of result C - type of change on which performer triggers

Inheritance

Constructors

Broadcast()

Properties

broadcast Stream<R>
Stream of results of perform.
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

canPerform(Object c) bool
Method to check ability to perform a object c - can be anything
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
perform(C change) Future<R>
Main method to perform a Change
override
performInternal(C change) Future<R>
toString() String
A string representation of this object.
inherited

Operators

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