getWithNext

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

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.