arrow-core-data / arrow.core / Ior / bifoldMap
inline fun <C> bifoldMap(MN: Monoid<C>, f: (A) -> C, g: (B) -> C): C
inline fun <C> bifoldMap(MN:
Monoid
<C>, f: (A) -> C, g: (B) -> C): C
Do you like Arrow?