core
0.37.2
js
core
/
de.peekandpoke.kraft.streams.addons
/
filterIsInstance
filter
Is
Instance
js
inline
fun
<
T
,
I
:
T
>
Stream
<
T
?
>
.
filterIsInstance
(
)
:
Stream
<
I
?
>
inline
fun
<
T
,
I
:
T
>
Stream
<
T
?
>
.
filterIsInstance
(
initial
:
I
)
:
Stream
<
I
>
Filters the incoming values and publish only the ones that are an instance of
I
.