StreamPerformer<R, C extends StreamChange<R>> class abstract

Alias for performers that return Stream of data Recommended for observabling data

Inheritance

Constructors

StreamPerformer()
const

Properties

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) Stream<R>
Main method to perform a Change
inherited
toString() String
A string representation of this object.
inherited

Operators

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