gpt4 book ai didi

java - 有没有办法将 java 方法声明为 kotlin 的中缀

转载 作者:行者123 更新时间:2023-12-02 03:00:47 26 4
gpt4 key购买 nike

有没有办法从 java 类声明一个方法,以便可以将其作为 infix 进行调用来自 kotlin 的函数,如下所示:

public class Foo {
public void doFoo (String bar) {}
}

然后从 kotlin 文件

foo doFoo "bar"

最佳答案

As of Kotlin 1.3, no:

Since Java has no way of marking methods for which it makes sense to use the operator syntax, Kotlin allows using any Java methods with the right name and signature as operator overloads and other conventions (invoke() etc.) Calling Java methods using the infix call syntax is not allowed.

关于java - 有没有办法将 java 方法声明为 kotlin 的中缀,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/55023749/

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