Paging Object Base
abstract class PagingObjectBase<T : Any, Z : PagingObjectBase<T, Z>> : NeedsApi, List<T?>
Content copied to clipboard
Constructors
PagingObjectBase
Link copied to clipboard
fun PagingObjectBase()
Content copied to clipboard
Functions
containsAll
Link copied to clipboard
flow
Link copied to clipboard
@FlowPreview()
@ExperimentalCoroutinesApi()
Content copied to clipboard
flowBackward
Link copied to clipboard
flowEndOrdered
Link copied to clipboard
flowForward
Link copied to clipboard
flowOrdered
Link copied to clipboard
@FlowPreview()
@ExperimentalCoroutinesApi()
Content copied to clipboard
flowPagingObjects
Link copied to clipboard
@ExperimentalCoroutinesApi()
Content copied to clipboard
flowPagingObjectsOrdered
Link copied to clipboard
@ExperimentalCoroutinesApi()
Content copied to clipboard
flowStartOrdered
Link copied to clipboard
getAllItems
Link copied to clipboard
getAllItemsNotNull
Link copied to clipboard
getAllItemsNotNullRestAction
Link copied to clipboard
getAllItemsRestAction
Link copied to clipboard
getAllPagingObjects
Link copied to clipboard
getAllPagingObjectsRestAction
Link copied to clipboard
getNextRestAction
Link copied to clipboard
getPrevious
Link copied to clipboard
getPreviousRestAction
Link copied to clipboard
getWithNextItems
Link copied to clipboard
Retrieve the items associated with the next total paging objects associated with this rest action, including the current one.
getWithNextItemsRestAction
Link copied to clipboard
Retrieve the items associated with the next total paging objects associated with this rest action, including the current one.
getWithNextTotalPagingObjects
Link copied to clipboard
Synchronously retrieve the next total paging objects associated with this PagingObjectBase, including this PagingObjectBase.
getWithNextTotalPagingObjectsRestAction
Link copied to clipboard
fun getWithNextTotalPagingObjectsRestAction(total: Int): SpotifyRestAction<List<Z>>
Content copied to clipboard
Synchronously retrieve the next total paging objects associated with this PagingObjectBase, including this PagingObjectBase.
lastIndexOf
Link copied to clipboard
listIterator
Link copied to clipboard
Properties
Inheritors
Sources
common source
Link copied to clipboard