Return the DataSource that provides data to this PagedList. @return the DataSource of this PagedList.
()
| 639 | * @return the DataSource of this PagedList. |
| 640 | */ |
| 641 | @NonNull |
| 642 | public abstract DataSource<?, T> getDataSource(); |
| 643 | |
| 644 | /** |
| 645 | * Return the key for the position passed most recently to {@link #loadAround(int)}. |
no outgoing calls
no test coverage detected