CursorStreamExt<C extends Cursor> extension
Extension on `Stream<Cursor>`
. Cursor must not be in auto-advanced mode.
- on
-
- Stream<
C>
- Stream<
Methods
-
toKeyList(
{int? limit, int? offset}) → Future< List< Object> > -
Available on Stream<
Convert an openKeyCursor stream to a list (must be auto-advance)C> , provided by the CursorStreamExt extension -
toKeyRowList(
{int? limit, int? offset}) → Future< List< KeyCursorRow> > -
Available on Stream<
Convert an openKeyCursor stream to a listC> , provided by the CursorStreamExt extension -
toPrimaryKeyList(
{int? limit, int? offset}) → Future< List< Object> > -
Available on Stream<
Convert an openKeyCursor stream to a list of key, must be auto-advance)C> , provided by the CursorStreamExt extension