arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / zipRight

zipRight

fun <B> zipRight(that: Stream<B>): Stream<B>

Like zip, but selects the right values only. Useful with timed streams, the example below will emit a number every 100 milliseconds.

Do you like Arrow?

Arrow Org
<