corda / com.r3.corda.networkmanage.common.utils / kotlin.collections.Iterable

Extensions for kotlin.collections.Iterable

forEachWithExceptionLogging

fun <T : Any> Iterable<T>.forEachWithExceptionLogging(logger: <ERROR CLASS>, transform: (T) -> Unit): Unit

mapWithExceptionLogging

fun <T : Any, R : Any> Iterable<T>.mapWithExceptionLogging(logger: <ERROR CLASS>, transform: (T) -> R?): List<R>