toggle menu
core
0.43.6
js
switch theme
search in API
core
/
de.peekandpoke.kraft.streams.addons
/
foldNotNull
fold
Not
Null
js
fun
<
T
,
R
>
Stream
<
T
?
>
.
foldNotNull
(
initial
:
R
,
operation
:
(
acc
:
R
,
next
:
T
)
->
R
)
:
Stream
<
R
>