gpt4 book ai didi

scala - Scala中函数之间的&符号是什么意思

转载 作者:行者123 更新时间:2023-12-04 10:28:20 24 4
gpt4 key购买 nike

我在 Scala 中遇到了一段奇怪的语法,有人可以向我解释它在作为参数传递给其他函数的函数之间应用时&符号是什么意思吗?

partialUpdate {
SetHtml(currentAmountId,
Text(leadingBid.toString)) &
SetHtml(nextAmountId,
Text(minimumBid.toString)) &
SetHtml(winningCustomerId, winningCustomer) &
SetValueAndFocus(amountId,"")
}

谢谢你向我解释这个。

最佳答案

&a method on JsCmd Lift framework连接两个命令。它不适用于普通的 Scala 字符串。

关于scala - Scala中函数之间的&符号是什么意思,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9004148/

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