arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / invoke
operator fun <A> invoke(vararg aas: A): Stream<A>
operator fun <A> invoke(vararg aas: A):
Stream
<A>
Creates a pure stream that emits the supplied values. Alias for emits.
Do you like Arrow?