keys
open suspend override fun keys(pagination: Pagination, reversed: Boolean): PaginationResult<String>
Content copied to clipboard
This method should use sorted by Keys search and take the PaginationResult. By default, it should use ascending sort for Keys
open suspend override fun keys( v: T, pagination: Pagination, reversed: Boolean): PaginationResult<String>
Content copied to clipboard
This method should use sorted by Keys search and take the PaginationResult. By default, it should use ascending sort for Keys
Parameters
v
This value should be used to exclude from search the items with different Values