An open API service indexing awesome lists of open source software.

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

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