Back to Browse

#Implicits in #Scala

8.0K views
Mar 17, 2019
53:01

In this video we will learn about most of the nitty gritty details of implicits - one of the most powerful and therefore dangerous features in Scala. String related implicits from Predef: https://github.com/scala/scala/blob/v2.12.4/src/library/scala/Predef.scala#L307 https://github.com/scala/scala/blob/v2.12.4/src/library/scala/Predef.scala#L331 https://github.com/scala/scala/blob/v2.12.4/src/library/scala/Predef.scala#L370 https://github.com/scala/scala/blob/v2.12.4/src/library/scala/Predef.scala#L633 The Ordering type class is here: https://www.scala-lang.org/api/2.12.4/scala/math/Ordering.html refined: simple refinement types for Scala: https://github.com/fthomas/refined simulacrum: first class support for type classes: https://github.com/mpilquist/simulacrum WartRemover: a flexible scala linter: https://www.wartremover.org/ IntelliJ Scala plugin 2018.2: advanced “Implicit” support...: https://blog.jetbrains.com/scala/2018/07/25/intellij-scala-plugin-2018-2-advanced-implicit-support-improved-patterns-autocompletion-semantic-highlighting-scalafmt-and-more/ Deprecation of view bounds: https://github.com/scala/bug/issues/10719 This video is related to the following playlist: https://www.youtube.com/playlist?list=PLJGDHERh23x-4bTASKbtwhhAuP6rYQJqE Website: https://devinsideyou.com Patreon: https://patreon.devinsideyou.com Discord: https://discord.devinsideyou.com Telegram: https://telegram.devinsideyou.com Twitter: https://twitter.devinsideyou.com GitHub: https://github.devinsideyou.com LBRY: https://lbry.devinsideyou.com Install scripts: https://install.devinsideyou.com Giter8 templates: https://g8.devinsideyou.com Spotify concentration playlist: https://code.radio.devinsideyou.com Cheers and Happy Coding! #tutorial

Download

1 formats

Video Formats

360pmp485.3 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

#Implicits in #Scala | NatokHD