data_walker library

data_walker exports

Classes

BoolWalker
Class to walk through the booleans
DataWalker<T>
Class to organise supply of indices
DateTimeWalker
Class to walk through the integers within the range
IntWalker
Class to walk through the integers within the range
IterableWalker<T>
Class to walk through list elements
ListWalker<T>
Class to walk through list elements
MapWalker<K, V>
Class to walk through list elements
NumWalker
Class to walk through the integers within the range
StringWalker
Class to walk through the integers within the range Use ListWalker

Extensions

DataWalkerMap on Map<K, V>
Aggregator for DataWalkers

Typedefs

DataWalkerMapProc = void Function(Map values)
Type for the value processing handler