Iva*_*van 3 scala operators lift
学习电梯我立即找到了一个不熟悉的#>操作员.究竟是什么意思?例:
/**
* Put the messages in the li elements and clear
* any elements that have the clearable class.
*/
def render = "li *" #> msgs & ClearClearable
Run Code Online (Sandbox Code Playgroud)
我可以阅读评论,知道这是什么行,但我不确定这里的代码机制.