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