oskit-kmp
Toggle table of contents
5.0.0
common
Platform filter
common
Switch theme
Search in API
oskit-kmp
oskit-kmp
/
com.outsidesource.oskitkmp.concurrency
/
filterIsInstance
filter
Is
Instance
inline
fun
<
R
>
Flow
<
*
>
.
filterIsInstance
(
crossinline
predicate
:
suspend
(
R
)
->
Boolean
)
:
Flow
<
R
>
Filters flow elements that don't match a given instance along with a provided predicate