Skip to content

修改13章函数式编程中不符合中文表达习惯的表述 #507

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 19, 2020
Merged

修改13章函数式编程中不符合中文表达习惯的表述 #507

merged 1 commit into from
Jul 19, 2020

Conversation

flyingice
Copy link
Contributor

No description provided.


- **[4]** Java 8 的**方法引用**, `::` 区分。在 `::` 的左边是类或对象的名称, `::` 的右边是方法的名称,但没有参数列表
- **[4]** Java 8 的**方法引用**,它以 `::` 为特征。 `::` 的左边是类或对象的名称, `::` 的右边是方法的名称,但是没有参数列表
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

特征和区分的原文差距也很大。

这是单纯在译文上的修改

还是看了英文原文做的修改

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

原文:This is the Jave 8 method reference, distinguished by the ::.
个人理解,这里的distinguish是指如何辨别方法引用。由::区分这个表述读起来有些奇怪。

@sjsdfg sjsdfg merged commit d8260c3 into lingcoder:master Jul 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants