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