RoutineProcessor<E extends FormatMedium> class abstract

Implementers

Constructors

RoutineProcessor()

Properties

canonicalDescriptor String
no setter
canonicalName String
no setter
hash int
covariantgetter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convert(RoutineOrder<E> order) Future<Result<Null, String>>
the definition of the result type simply relies on the isGood and isBad methods within the result instance itself. the string will still hold a permanent value of what happened
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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