Can an implicit conversion of an implicit value satisfy an implicit parameter?
问题 I'm defining some Scala implicits to make working with a particular unchangeable set of Java classes easier. The following Scala code is a simplified example that obviously looks crazy, in the real world I'm trying to grab particular resources (rather than numeric age) implicitly from the Monkey, Tree & Duck for use in various methods like purchaseCandles() : // actually 3 Java classes I can not change: case class Monkey(bananas: Int) case class Tree(rings: Int) case class Duck(quacks: Seq