asKotlinIterable

fun <A> Iterable<A>.asKotlinIterable(): Iterable<A>

See also

CollectionConverters.asJava

for more information.