Companion
object Companion
Functions
Link copied to clipboard
fun <R : SearchResult> create(state: SearchState<R, *>, actions: SearchActions<R, *, *>, loop: Boolean = true, jumpToPage: suspend (Int) -> Unit? = null): SearchResultSelectionController<R>
Creates a new SearchResultSelectionController for the given SearchState.