arrow-fx-coroutines / arrow.fx.coroutines.stream / Chunk / mapNotNull

mapNotNull

inline fun <B> mapNotNull(p: (O) -> B?): Chunk<B>

Returns a chunk that has only the elements that satisfy the supplied predicate.

Do you like Arrow?

Arrow Org
<