Join Slack
Powered by
public inline fun <T> Iterable<T>.forE...
# announcements
p
Paul Woitaschek
02/14/2016, 10:13 AM
public inline fun <T> Iterable<T>.forEach(action: (T) -> Unit): Unit { for (element in this) action(element) }
Open in Slack
Previous
Next