arrow-fx-coroutines / arrow.fx.coroutines.stream / Stream / mapNotNull
fun <B> mapNotNull(p: (O) -> B?): Stream<B>
fun <B> mapNotNull(p: (O) -> B?):
Stream
<B>
Do you like Arrow?