Skip to content
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

reduceLeft has no documentation #6930

Closed
scabug opened this issue Jan 7, 2013 · 3 comments
Closed

reduceLeft has no documentation #6930

scabug opened this issue Jan 7, 2013 · 3 comments
Assignees
Labels
Milestone

Comments

@scabug
Copy link

scabug commented Jan 7, 2013

Because it is absent from GenTraversableOnce (yet not from TraversableOnce), reduceLeft does not seem to have a documentation string.

Yet, it is referred to directly in the documentation string of reduceLeftOption. To quote:

reduceLeftOption

Optionally applies a binary operator to all elements of this collection or iterator, going left to right.
...
*return*  an option value containing the result of reduceLeft(op) is this collection or iterator is nonempty, None otherwise.
@scabug
Copy link
Author

scabug commented Jan 7, 2013

Imported From: https://issues.scala-lang.org/browse/SI-6930?orig=1
Reporter: @huitseeker
Affected Versions: 2.10.0

@scabug
Copy link
Author

scabug commented Jan 8, 2013

@heathermiller said:
scala/scala#1860

@scabug
Copy link
Author

scabug commented Jan 14, 2013

@adriaanm said:
scala/scala#1860

@scabug scabug closed this as completed Jan 14, 2013
@scabug scabug added the docs label Apr 7, 2017
@scabug scabug added this to the 2.10.1 milestone Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants