filterIfSome vs filterNotNone
tomaszpolanski opened this issue · 2 comments
tomaszpolanski commented
In kotlin method for filtering out nulls from a list is called filterNotNull
.
Would it make sense to add filterNotNone
and deprecate the filterIfSome?
peter-tackage commented
This doesn't sound unreasonable.
peter-tackage commented
This would apply to both the Iterable
and RxJava extensions.