Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 431 - 440 of 1,334 for host:docs.scala-lang.org (0.05 seconds)

  1. Scala Traits and Abstract Classes | Scala Book ...

    An introduction to Scala traits and abstract classes.
    docs.scala-lang.org/overviews/scala-book/traits-intro.html
    Fri Feb 06 04:30:27 GMT 2026
      57.7K bytes
  2. Abstract Classes | Scala Book | Scala Documenta...

    This page shows how to use abstract classes, including when and why you should use abstract classes.
    docs.scala-lang.org/overviews/scala-book/abstract-classes.html
    Fri Feb 06 04:30:27 GMT 2026
      65.8K bytes
  3. match Expressions | Scala Book | Scala Document...

    This page shows examples of the Scala 'match' expression, including how to write match/case expressions.
    docs.scala-lang.org/overviews/scala-book/match-expressions.html
    Fri Feb 06 04:30:27 GMT 2026
      85.7K bytes
  4. Unified Types | Tour of Scala | Scala Documenta...

    Tour of Scala Unified Types Language In Scala, all values have a type, including numerical values and functions. The ...
    docs.scala-lang.org/tour/unified-types.html
    Fri Feb 06 04:30:27 GMT 2026
      40.2K bytes
  5. Higher-order Functions | Tour of Scala | Scala ...

    Tour of Scala Higher-order Functions Language Higher order functions take other functions as parameters or return a f...
    docs.scala-lang.org/tour/higher-order-functions.html
    Fri Feb 06 04:30:27 GMT 2026
      62.6K bytes
  6. Pattern Matching | Tour of Scala | Scala Docume...

    Tour of Scala Pattern Matching Language Pattern matching is a mechanism for checking a value against a pattern. A suc...
    docs.scala-lang.org/tour/pattern-matching.html
    Fri Feb 06 04:30:27 GMT 2026
      81.9K bytes
  7. Classes | Tour of Scala | Scala Documentation

    Tour of Scala Classes Language Classes in Scala are blueprints for creating objects. They can contain methods, values...
    docs.scala-lang.org/tour/classes.html
    Fri Feb 06 04:30:27 GMT 2026
      61.5K bytes
  8. Case Classes | Tour of Scala | Scala Documentation

    Tour of Scala Case Classes Language Case classes are like regular classes with a few key differences which we will go...
    docs.scala-lang.org/tour/case-classes.html
    Fri Feb 06 04:30:27 GMT 2026
      41.2K bytes
  9. Contextual Parameters, aka Implicit Parameters ...

    Tour of Scala Contextual Parameters, aka Implicit Parameters Language A method can have contextual parameters , also ...
    docs.scala-lang.org/tour/implicit-parameters.html
    Fri Feb 06 04:30:27 GMT 2026
      44.8K bytes
  10. Traits | Tour of Scala | Scala Documentation

    Tour of Scala Traits Language Traits are used to share interfaces and fields between classes. They are similar to Jav...
    docs.scala-lang.org/tour/traits.html
    Fri Feb 06 04:30:27 GMT 2026
      47.1K bytes
Back to Top