arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / zipLeft
fun <B> zipLeft(that:
Stream
<B>):
Stream
<O>
Like zip
, but selects the left values only.
Useful with timed streams, the example below will emit a number every 100 milliseconds.
Do you like Arrow?
✖