Created
August 15, 2019 02:47
-
-
Save fromdev/a9109b8a8499057d1fca46c57dc09c4d to your computer and use it in GitHub Desktop.
Aggregator - Supplier Lambda Example Code
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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