https://github.com/fthomas/scala-tips
Tips and tricks for Scala
https://github.com/fthomas/scala-tips
Last synced: about 2 months ago
JSON representation
Tips and tricks for Scala
- Host: GitHub
- URL: https://github.com/fthomas/scala-tips
- Owner: fthomas
- License: cc0-1.0
- Created: 2016-06-07T18:42:02.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-21T13:56:47.000Z (almost 10 years ago)
- Last Synced: 2025-03-06T03:34:39.653Z (about 1 year ago)
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tips and tricks for Scala
* Types which can only be extended by an object ([source](https://twitter.com/milessabin/status/739775687675019264), [gist](https://gist.github.com/milessabin/ace99b2feaa6e4e8822cda08d79cb91e))
* Show applied implicits in the REPL ([source](https://twitter.com/etorreborre/status/735358946681196545), [gist](https://gist.github.com/etorreborre/9ed0b567ddadd694f8a394fef084c936))
* `unapply` with `Some[T]` result type ([source](https://github.com/julien-truffaut/Monocle/pull/361))
* https://gist.github.com/milessabin/65fa0d4ef373781d3ab4 http://stackoverflow.com/questions/35903100/what-does-t-do-in-scala/35916154