arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / Bind / cont
abstract fun cont(r: Result<X>): Pull<O, R>
abstract fun cont(r: Result<X>):
Pull
<O, R>
Do you like Arrow?