search-client
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
search-client
search-client
/
com.jillesvangurp.ktsearch.repository
/
IndexRepository
/
parse
parse
fun
parse
(
hits
:
Flow
<
SearchResponse.Hit
>
)
:
Flow
<
T
>
fun
parse
(
hits
:
List
<
SearchResponse.Hit
>
)
:
List
<
T
>