Modify constructor arguments before passing it to superclass constructor in Scala

前端 未结 0 1763
说谎
说谎 2021-02-19 17:05

I have a superclass:

class Filter(val param: ComplexFilterParams){
    def this(config: String) = this(parseStrConfig(config))

And I need to crea

相关标签:
回答
  • 消灭零回复
提交回复
热议问题