toggle menu
io.github.goquati
1.3.1
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util.coroutine
/
toResultListOr
to
Result
List
Or
common
inline suspend
fun
<
T
,
E
>
<Error class: unknown class>
<
Result
<
T
,
E
>
>
.
toResultListOr
(
destination
:
MutableList
<
T
>
=
ArrayList()
,
block
:
(
Collection
<
E
>
)
->
List
<
T
>
)
:
List
<
T
>