offline_first
        library 
 
      
    
    
    
      Classes
      
          - 
  And 
- 
  Generate a required condition.
- 
  LimitBy 
- 
  Construct directions for a provider to limit its results.
- 
  OfflineFirstAdapter<_Model extends OfflineFirstModel> 
- 
  This adapter fetches first from SqliteProviderthen hydrates with from a remote provider..
- 
  OfflineFirstRepository<_RepositoryModel extends OfflineFirstModel> 
- 
  A ModelRepositorythat interacts with aSqliteProviderfirst before using aProviderfrom a remote source.
- 
  Or 
- 
  Generate an optional condition.
- 
  OrderBy 
- 
  Construct directions for a provider to sort its results.
- 
  ProviderQuery<T extends Provider<Model>> 
- 
  Specify query arguments that are exclusive to a specific Provider.
For example, configuring a REST's POST method.
- 
  Query 
- 
  An interface to request data from a ProviderorModelRepository.
- 
  Where 
- 
  A condition that evaluates to truein theProvidershould return Model.
- 
  WhereCondition 
- 
  Lower-level control over the value of a Query#wheremap.
- 
  WherePhrase 
- 
  A collection of conditions that are evaluated together.