gpt4 book ai didi

Scala 隐式参数和日语笑脸 'foldLeft'

转载 作者:行者123 更新时间:2023-12-01 12:38:37 27 4
gpt4 key购买 nike

我目前正在学习 Scala,但还有很多我不明白的东西......

所以,当出现一个疯狂的答案时,我正在随机浏览一些堆栈溢出:https://stackoverflow.com/a/19093282/3529754

这个答案使用了一个隐式参数和 foldLeft 函数 - 是的,它看起来像一个 - 日本笑脸。题目源码:

class Account(implicit transactionLog: TransactionLog) {
def balance = transactionLog.foldLeft(_ + _)
}

class TransactionSlip(from: Account, to: Account, amount: BigDecimal)

在这种情况下,implicit 关键字究竟意味着什么?笑脸有什么作用?我只是没有从四处飘荡的片段中得到它......

提前致谢。

最佳答案

两个答案:

关于Scala 隐式参数和日语笑脸 'foldLeft',我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27106896/

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