visual-scala-reference
visual-scala-reference copied to clipboard
Visual Scala Reference
a visual example with output would be in the website just a suggestion https://superruzafa.github.io/visual-scala-reference/span/
Would you consider non-standard functions like `traverse` and `sequence` typical to libraries like cats? Is that more of a seperate site/project?
Can you add Spark operators to this project or create a new one for Spark? This site is great. It helps a lots. Thanks.
There are some entries for methods defined in object like [Collection.concat](https://superruzafa.github.io/visual-scala-reference/concat) and [Collection.empty](https://superruzafa.github.io/visual-scala-reference/empty). I think it might be confusing for new-comers since there is no `Collection` object actually. In reality,...
There are some comibinations of functions that are related to each other, e.g. * `compose` and `andThen` in `Function` * `drop | dropRight | dropWhile | take | takeRight |...
I tried to run the docker build with the following code: ```bash docker build --compress -t visual-scala-reference . ``` Which failed on step 3: ``` => [2/8] RUN apk update...
https://superruzafa.github.io/visual-scala-reference//