toggle menu
micro_utils.dokka
0.20.10
common
switch theme
search in API
micro_utils.dokka
/
dev.inmo.micro_utils.repos
/
ReadKeyValuesRepo
/
getAll
get
All
open
suspend
fun
getAll
(
k
:
Key
,
reversed
:
Boolean
=
false
)
:
List
<
Value
>
(
source
)
open
suspend
fun
getAll
(
reverseLists
:
Boolean
=
false
)
:
Map
<
Key
,
List
<
Value
>
>
(
source
)
WARNING!!! THIS METHOD PROBABLY IS NOT EFFICIENT, USE WITH CAUTION