foldMap

fun <A, B> Iterable<A>.foldMap(MB: Monoid<B>, f: (A) -> B): B
fun <A, B> <ERROR CLASS><A>.foldMap(MB: Monoid<B>, f: (A) -> B): B