Skip to content

Instantly share code, notes, and snippets.

@fromdev
Created August 15, 2019 02:47
Show Gist options
  • Save fromdev/a9109b8a8499057d1fca46c57dc09c4d to your computer and use it in GitHub Desktop.
Save fromdev/a9109b8a8499057d1fca46c57dc09c4d to your computer and use it in GitHub Desktop.
Aggregator - Supplier Lambda Example Code
public class Aggregator {
public combine(Data data1, Data data2) {
//some magic for aggregating data
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment