我在Scala中遇到了一段奇怪的语法,有人可以向我解释一下,当在作为参数传递给其他函数的函数之间使用时,符号是什么意思吗?
partialUpdate {
SetHtml(currentAmountId,
Text(leadingBid.toString)) &
SetHtml(nextAmountId,
Text(minimumBid.toString)) &
SetHtml(winningCustomerId, winningCustomer) &
SetValueAndFocus(amountId,"")
}
Run Code Online (Sandbox Code Playgroud)
谢谢你向我解释这个.