EntityIteratorExtensions extension

Extension methods for EntityIterator to provide Iterable-like behavior.

on

Methods

forEach(void fn(EntityId id, Uint8List data)) → void

Available on EntityIterator, provided by the EntityIteratorExtensions extension

Applies a function to each remaining entity.
toList() List<(EntityId, Uint8List)>

Available on EntityIterator, provided by the EntityIteratorExtensions extension

Collects all remaining entities into a list.