$$KalamRowStatesTableProcessedTableManager typedef

Implementation

typedef $$KalamRowStatesTableProcessedTableManager =
    ProcessedTableManager<
      _$KalamSyncDatabase,
      $KalamRowStatesTable,
      StoredRowState,
      $$KalamRowStatesTableFilterComposer,
      $$KalamRowStatesTableOrderingComposer,
      $$KalamRowStatesTableAnnotationComposer,
      $$KalamRowStatesTableCreateCompanionBuilder,
      $$KalamRowStatesTableUpdateCompanionBuilder,
      (
        StoredRowState,
        BaseReferences<
          _$KalamSyncDatabase,
          $KalamRowStatesTable,
          StoredRowState
        >,
      ),
      StoredRowState,
      PrefetchHooks Function()
    >;