Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the use of using clauses in Scala, which introduce implicit parameters. It explains how to pass explicit arguments in using argument clauses, mix using clauses with regular parameters, and use anonymous using clauses. The lecture also discusses context bounds as an alternative to using clauses, given instances, summoning instances, implicit parameter resolution, and priorities when multiple instances match the same type. It concludes with a summary highlighting the importance of having a unique given instance for the compiler to use.