isEmpty

fun ISupportAdapter<*>.isEmpty(emptyCount: Int = 0): Boolean

Check if ISupportAdapter ->PagedListAdapter contains any list items

Return

Boolean indicating if internal list is empty

Parameters

emptyCount

numerical representation of what an empty adapter should be