Package-level declarations

Types

Link copied to clipboard
abstract class AbstractSelectionManager<T, S : Selected<T>>(paginator: PaginationManager<T, AbstractPage, PageFindResult<T>>) : SelectionManager<T, S>
Link copied to clipboard
class GroupedSelectionManagerImpl<G, T>(paginator: GroupedPaginationManager<G, T>) : AbstractSelectionManager<T, GroupedSelected<G, T>> , GroupedSelectionManager<G, T>
Link copied to clipboard
class LinearSelectionManagerImpl<T>(paginator: LinearPaginationManager<T>) : AbstractSelectionManager<T, LinearSelected<T>> , LinearSelectionManager<T>

Functions

Link copied to clipboard
inline fun <G, T> GroupedPageFindResult<G, T>.toSelectedItem(): GroupedSelectedItem<G, T>
inline fun <T> LinearPageFindResult<T>.toSelectedItem(): LinearSelectedItem<T>