Skip to content

Instantly share code, notes, and snippets.

@hhariri
Created November 9, 2013 09:13
Show Gist options
  • Save hhariri/7383507 to your computer and use it in GitHub Desktop.
Save hhariri/7383507 to your computer and use it in GitHub Desktop.
fun <T, R> Collection<T>.map(transform : (T) -> R) : List<R>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment