You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the NonEmptyList collection in some codebases and I have noticed that some functions available in List (e.g., collect, groupBy...).
I am wondering if these functions are missing for a good reason or just because they weren't yet implemented. In case of the latter I'd be happy to provide a PR.
The text was updated successfully, but these errors were encountered:
I am using the
NonEmptyList
collection in some codebases and I have noticed that some functions available inList
(e.g.,collect
,groupBy
...).I am wondering if these functions are missing for a good reason or just because they weren't yet implemented. In case of the latter I'd be happy to provide a PR.
The text was updated successfully, but these errors were encountered: