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

Alias for performers which result is a Future with data This operations do only once

Inheritance
Implementers

Constructors

FuturePerformer()
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) Future<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