getWithNext

suspend fun getWithNext(total: Int): List<Z>

Synchronously retrieve the next total paging objects associated with this AbstractPagingObject, including this AbstractPagingObject.

Since

3.0.0

Parameters

total

The total amount of AbstractPagingObject to request, which includes this AbstractPagingObject.

Sources

common source
Link copied to clipboard