empty

fun <T> empty(): PagedList<T>

Creates an empty paginated list.

Return

An empty PagedList with total = 0 and an empty list.

Parameters

T

The type of items the empty list would contain.