Skip to content

Instantly share code, notes, and snippets.

@abohomol
Created October 25, 2018 12:10
Show Gist options
  • Save abohomol/74c4c9313f372304719ba8a52d4b5c67 to your computer and use it in GitHub Desktop.
Save abohomol/74c4c9313f372304719ba8a52d4b5c67 to your computer and use it in GitHub Desktop.
fun List<String>.filterValid(): List<String>
@JvmName("filterValidInt")
fun List<Int>.filterValid(): List<Int>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment