Query Data Source Factory
class QueryDataSourceFactory<RowType : Any>(queryProvider: (limit: Long, offset: Long) -> Query<RowType>, countQuery: Query<Long>, transacter: Transacter) : DataSource.Factory<Int, RowType>
Content copied to clipboard
Functions
create
Link copied to clipboard
mapByPage
Link copied to clipboard
@NonNull()
Content copied to clipboard