$$ScoresTableProcessedTableManager typedef

$$ScoresTableProcessedTableManager = ProcessedTableManager<_$AppDatabase, $ScoresTable, Score, $$ScoresTableFilterComposer, $$ScoresTableOrderingComposer, $$ScoresTableAnnotationComposer, $$ScoresTableCreateCompanionBuilder, $$ScoresTableUpdateCompanionBuilder, (Score, $$ScoresTableReferences), Score, PrefetchHooks Function({bool course, bool courseOffering, bool semester, bool user})>

Implementation

typedef $$ScoresTableProcessedTableManager =
    ProcessedTableManager<
      _$AppDatabase,
      $ScoresTable,
      Score,
      $$ScoresTableFilterComposer,
      $$ScoresTableOrderingComposer,
      $$ScoresTableAnnotationComposer,
      $$ScoresTableCreateCompanionBuilder,
      $$ScoresTableUpdateCompanionBuilder,
      (Score, $$ScoresTableReferences),
      Score,
      PrefetchHooks Function({
        bool user,
        bool semester,
        bool course,
        bool courseOffering,
      })
    >;