QueryFilter

fun interface QueryFilter<T>

Filters the list of items based on the query string.

Inheritors

Functions

Link copied to clipboard
abstract fun filter(items: List<T>, query: String): List<T>

Filters the given items based on the query.