We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6448f4c commit e0c1cd8Copy full SHA for e0c1cd8
content/unpack.md
@@ -45,7 +45,8 @@ val stream2 = downloadStream(config*)
45
The delegation performed by `unpack` is very similar to inheritance with
46
`extends`, or composition with `export`. Scala has always had good ways to DRY up repetitive
47
member definitions, but has so far had no good way to DRY up repetitive parameter lists.
48
-`unpack` provides the way to do so.
+`unpack` provides the way to do so, and removes the dilemma of passing things around as loose
49
+parameters or `case class` values by making it easy to convert between them in both directions.
50
51
## Motivation
52
0 commit comments