WidgetMachineLayerType<Event, Input, Output> class abstract

The same as MachineLayerType but for WidgetMachine.

Implementers

Constructors

WidgetMachineLayerType()

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

machine() → dynamic
The same as MachineLayerType.machine() but for WidgetMachine. return the same as MachineLayerType.machine() but for WidgetMachine.
mapInput(Event event) → Input
The same as MachineLayerType.map() but for WidgetMachine. state - The same as MachineLayerType.map() but for WidgetMachine. returns the same as MachineLayerType.map() but for WidgetMachine.
mapOutput(Output output) → Event
The same as MachineLayerType.reduce() but for WidgetMachine. event - The same as MachineLayerType.mapEvent() but for WidgetMachine. returns the same as MachineLayerType.mapEvent() but for WidgetMachine.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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