gpt4 book ai didi

scala - 不需要单个按名称调用构造函数 arg?

转载 作者:行者123 更新时间:2023-12-03 23:56:11 26 4
gpt4 key购买 nike

为什么下面的第 2 行编译?它(似乎)没有提供所需的构造函数 arg。

class F(x: => Unit) {}
new F // Compiles (strange)
def f(x: =>Unit) = ()
f // Does not compile (good)

是否仅针对这种特殊情况允许加糖?你能指出关于这个主题的文档吗?我正在使用 Scala 2.9.0。

最佳答案

Scala Reference :

5.1.1 Constructor Invocations

If no explicit arguments are given, an empty list () is implicitly supplied.



,其中 ()代表 Unit

关于scala - 不需要单个按名称调用构造函数 arg?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6097160/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com