Skip to content

Instantly share code, notes, and snippets.

@alexlarkou
Created November 19, 2018 16:23
Show Gist options
  • Save alexlarkou/7bc1aaaf0bb9d969a33cd5d8584b642f to your computer and use it in GitHub Desktop.
Save alexlarkou/7bc1aaaf0bb9d969a33cd5d8584b642f to your computer and use it in GitHub Desktop.
// c#
schools.ForEach(s => s.set_address("test address"));
// java
schools.forEach(s -> s.set_address("test address"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment