toggle menu
io.github.goquati
1.3.1
common
switch theme
search in API
io.github.goquati
/
io.github.goquati.kotlin.util
/
toResultCollectionOr
to
Result
Collection
Or
common
inline
fun
<
T
,
E
,
C
:
MutableCollection
<
in
T
>
>
Iterable
<
Result
<
T
,
E
>
>
.
toResultCollectionOr
(
destination
:
C
,
block
:
(
Collection
<
E
>
)
->
C
)
:
C