I came across a strange syntax in Scala, can someone explain this to me, what ampersand means when they are associated with functions passed as an argument to another function?
partialUpdate { SetHtml(currentAmountId, Text(leadingBid.toString)) & SetHtml(nextAmountId, Text(minimumBid.toString)) & SetHtml(winningCustomerId, winningCustomer) & SetValueAndFocus(amountId,"") }
Thanks for explaining this to me.
Jarek source share