shouldLoadMore

abstract fun shouldLoadMore(state: T): Boolean

Determines if more data should be loaded based on the current scroll state.

Return

True if more data should be loaded, false otherwise

Parameters

state

The current scroll state to evaluate