[go: nahoru, domu]

blob: 2f8fc7724b6ae371f3f11ebfe0892c75a3c602c2 [file] [log] [blame]
// Signature format: 3.0
package androidx.paging {
@Deprecated @RestrictTo(androidx.annotation.RestrictTo.Scope.LIBRARY_GROUP_PREFIX) public abstract class TiledDataSource<T> extends androidx.paging.PositionalDataSource<T> {
method @Deprecated @WorkerThread public abstract int countItems();
method @Deprecated public void loadInitial(androidx.paging.PositionalDataSource.LoadInitialParams, androidx.paging.PositionalDataSource.LoadInitialCallback<T>);
method @Deprecated @WorkerThread public abstract java.util.List<T>? loadRange(int, int);
method @Deprecated public void loadRange(androidx.paging.PositionalDataSource.LoadRangeParams, androidx.paging.PositionalDataSource.LoadRangeCallback<T>);
}
}