dave08
08/01/2023, 6:54 AMparMapNotNull { }
?raulraja
08/01/2023, 1:35 PMparMap { ... }.filterNotNull()
but I think it's reasonable to suggest we add it.
I added this after I read your message for discussion https://github.com/arrow-kt/arrow/pull/3110raulraja
08/01/2023, 1:40 PMWe should probably consider what other extensions fromcan offerIterable
variants. I guess many can be achieved throughpar
, but that name is not idiomatic to what Kotlin users are used to in theparTraverse
extensions.Iterable
dave08
08/01/2023, 1:46 PMdave08
08/01/2023, 1:47 PMraulraja
08/01/2023, 1:59 PMraulraja
08/01/2023, 2:00 PMparMap
it used to be called parTraverse and is now deprecated.