scala methods with variadic length of arguments

前端 未结 0 1383
感动是毒
感动是毒 2021-02-18 15:15

I read a code of finch-library, and I see such examples

get("todos") {
    storeRef.get.map(m => Ok(m.values.toList.sortBy(-_.id)))
  }
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题