September 2018
Intermediate to advanced
398 pages
9h 43m
English
As its name indicates, the Scala keyword implicit can be used to implicitly add some extra code to the compiler. For instance, an implicit parameter in a function definition allows you to omit this parameter when you call the function. As a result, you do not have to pass this parameter explicitly.
There are different kinds of implicit in Scala that we will cover in this section:
This is an extremely powerful feature that can feel a bit like magic sometimes. In this section, we will see how it can help writing more concise code ...
Read now
Unlock full access