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

Composing

Composing at creation time gives us an opportunity to create anonymous classes without the need to explicitly define them. Also, if there are many different traits that we might want to combine, creating all the possibilities would involve too much work, so this helps make things easier for us.