8000 Update collections-methods.md by manishbansal8843 · Pull Request #1769 · scala/docs.scala-lang · GitHub
[go: up one dir, main page]

Skip to content

Update collections-methods.md #1769

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
Sep 10, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update collections-methods.md
Removed methods from the list as same have not been explained in the current document.
  • Loading branch information
manishbansal8843 authored Sep 4, 2020
commit d86900f2ed2606b21969ac66ad28c8348681ce66
3 changes: 1 addition & 2 deletions _overviews/scala-book/collections-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ Because there are so many methods available to you, they won’t all be shown he
- `tail`
- `take`, `takeWhile`
- `drop`, `dropWhile`
- `find`
- `reduce`, `fold`
- `reduce`

The following methods will work on all of the collections “sequence” classes, including `Array`, `ArrayBuffer`, `List`, `Vector`, etc., but these examples will use a `List` unless otherwise specified.

Expand Down
0