Scala Design Patterns.
上QQ阅读APP看书,第一时间看更新

Stackable traits

Stackable traits is the Scala way to implement the decorator design pattern. It can also be used to compose functions, and it's based on a few advanced Scala features.