package androidx.paging {

  public final class LivePagedListKt {
    ctor public LivePagedListKt();
    method public static <Key, Value> androidx.lifecycle.LiveData<androidx.paging.PagedList<Value>> toLiveData(androidx.paging.DataSource.Factory<Key,Value>, androidx.paging.PagedList.Config config, Key? initialLoadKey = "null", androidx.paging.PagedList.BoundaryCallback<Value>? boundaryCallback = "null", java.util.concurrent.Executor fetchExecutor = "ArchTaskExecutor.getIOThreadExecutor()");
    method public static <Key, Value> androidx.lifecycle.LiveData<androidx.paging.PagedList<Value>> toLiveData(androidx.paging.DataSource.Factory<Key,Value>, int pageSize, Key? initialLoadKey = "null", androidx.paging.PagedList.BoundaryCallback<Value>? boundaryCallback = "null", java.util.concurrent.Executor fetchExecutor = "ArchTaskExecutor.getIOThreadExecutor()");
  }

}

