Skip to content

Commit 426ab70

Browse files
committed
Even more same as Summary. Former removed
1 parent f0126ac commit 426ab70

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

_overviews/scala3-book/methods-most.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -383,23 +383,6 @@ See the [Extension methods section][reference_extension_methods] of this book, a
383383

384384

385385

386-
## Even more
387-
388-
There’s even more to know about methods, including how to:
389-
390-
- Call methods on superclasses
391-
- Define and use by-name parameters
392-
- Write a method that takes a function parameter
393-
- Create inline methods
394-
- Handle exceptions
395-
- Use vararg input parameters
396-
- Write methods that have multiple parameter groups (partially-applied functions)
397-
- Create methods that have generic type parameters
398-
399-
See the [Reference documentation][reference] for more details on these features.
400-
401-
402-
403386
[extension]: {% link _overviews/scala3-book/ca-extension-methods.md %}
404387
[reference_extension_methods]: {{ site.scala3ref }}/contextual/extension-methods.html
405388
[reference]: {{ site.scala3ref }}/overview.html

0 commit comments

Comments
 (0)