When using composition over inheritance, how do yo...
# android-architecture
u
When using composition over inheritance, how do you deal with adding stuff "in the middle"? With calling the composed method I can just add stuff before, or after; and I dont want to introduce a lambda since its a public interface im composing over