core
0.18.1
core
/
de.peekandpoke.kraft.streams.addons
/
fallbackBy
fallback
By
fun
<
T
>
Stream
<
T
?
>
.
fallbackBy
(
fallback
:
(
)
->
T
)
:
Stream
<
T
>
Content copied to clipboard
Published the value produced by
fallback
whenever the value on the stream is null.