$$CoursesTableProcessedTableManager typedef

$$CoursesTableProcessedTableManager = ProcessedTableManager<_$AppDatabase, $CoursesTable, Course, $$CoursesTableFilterComposer, $$CoursesTableOrderingComposer, $$CoursesTableAnnotationComposer, $$CoursesTableCreateCompanionBuilder, $$CoursesTableUpdateCompanionBuilder, (Course, $$CoursesTableReferences), Course, PrefetchHooks Function({bool courseOfferingsRefs, bool scoresRefs})>

Implementation

typedef $$CoursesTableProcessedTableManager =
    ProcessedTableManager<
      _$AppDatabase,
      $CoursesTable,
      Course,
      $$CoursesTableFilterComposer,
      $$CoursesTableOrderingComposer,
      $$CoursesTableAnnotationComposer,
      $$CoursesTableCreateCompanionBuilder,
      $$CoursesTableUpdateCompanionBuilder,
      (Course, $$CoursesTableReferences),
      Course,
      PrefetchHooks Function({bool courseOfferingsRefs, bool scoresRefs})
    >;