Skip to content

Instantly share code, notes, and snippets.

@EmmanuelGuther
Created October 16, 2018 12:09
Show Gist options
  • Select an option

  • Save EmmanuelGuther/5186ecd5a24d3b59b9912f6756ad792b to your computer and use it in GitHub Desktop.

Select an option

Save EmmanuelGuther/5186ecd5a24d3b59b9912f6756ad792b to your computer and use it in GitHub Desktop.
Get first element in collection if the condition is true
listFoo?.singleOrNull { it.id == "oooo" }.let {it...}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment