1 package androidx.paging
2 
3 abstract class PositionalDataSource<T : Any> : DataSource<Int, T>()