Let's say I want to pass 2 callback functions to s...
# announcements
m
Let's say I want to pass 2 callback functions to something. Is it better to have 2 lambda arguments or create an interface with the two functions and pass one argument with that interface?