Skip to content

Instantly share code, notes, and snippets.

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