Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 735 Bytes

ca-summary.md

File metadata and controls

30 lines (23 loc) · 735 Bytes
title type description num previous-page next-page
Summary
section
This page provides a summary of the Contextual Abstractions lessons.
68
ca-implicit-conversions
concurrency

This chapter provides an introduction to most Contextual Abstractions topics, including:

  • Given Instances and Using Clauses
  • Context Bounds
  • Given Imports
  • Extension Methods
  • Implementing Type Classes
  • Multiversal Equality
  • Implicit Conversions

A few more advanced topics aren’t covered here, including:

  • Type Class Derivation
  • Context Functions
  • By-Name Context Parameters
  • Relationship with Scala 2 Implicits

Those topics are discussed in detail in the [Reference documentation][ref].

[ref]: {{ site.scala3ref }}/contextual