arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / Result / Pure
data class Pure<R> : Result<R>
Pure(r: R)
val r: R
fun toString():
String
Do you like Arrow?