Этот материал находится в платной подписке. Оформи премиум подписку и смотри или слушай Scala & Functional Programming for Beginners | Rock the JVM, а также все другие курсы, прямо сейчас!
Премиум
  • Урок 1. 00:15:15
    Getting Started!
  • Урок 2. 00:11:47
    Values, Variables and Types
  • Урок 3. 00:19:35
    Expressions
  • Урок 4. 00:21:53
    Functions
  • Урок 5. 00:04:22
    Type Inference
  • Урок 6. 00:25:14
    Recursion
  • Урок 7. 00:08:51
    Call-by-Name and Call-by-Value
  • Урок 8. 00:08:54
    Default and Named Arguments
  • Урок 9. 00:15:09
    Smart Operations on Strings
  • Урок 10. 00:14:41
    Object-Oriented Basics
  • Урок 11. 00:17:09
    Object-Oriented Basics (exercises)
  • Урок 12. 00:16:34
    Syntactic Sugar: Method Notations
  • Урок 13. 00:12:10
    Method Notations (Exercises)
  • Урок 14. 00:15:38
    Scala Objects
  • Урок 15. 00:16:41
    Inheritance
  • Урок 16. 00:11:48
    Inheritance, Continued: Abstract Classes and Traits
  • Урок 17. 00:15:50
    Inheritance Exercises: Implementing Our Own Collection
  • Урок 18. 00:26:03
    Generics
  • Урок 19. 00:06:26
    Anonymous Classes
  • Урок 20. 00:26:07
    Object-Oriented Exercises: Expanding Our Collection
  • Урок 21. 00:11:41
    Case Classes
  • Урок 22. 00:09:17
    Scala 3: Enums
  • Урок 23. 00:27:06
    Exceptions
  • Урок 24. 00:12:42
    Packaging and Imports
  • Урок 25. 00:23:01
    What's a Function, Really?
  • Урок 26. 00:13:15
    Anonymous Functions
  • Урок 27. 00:19:39
    Higher-Order-Functions and Curries
  • Урок 28. 00:32:09
    HOFs and Curries (Exercises)
  • Урок 29. 00:25:52
    map, flatMap, filter and for-comprehensions
  • Урок 30. 00:03:40
    A Collections Overview
  • Урок 31. 00:23:45
    Sequences: List, Array, Vector
  • Урок 32. 00:15:33
    Tuples and Maps
  • Урок 33. 00:30:52
    Tuples and Maps (Exercises)
  • Урок 34. 00:26:20
    Options
  • Урок 35. 00:22:35
    Handling Failure
  • Урок 36. 00:22:05
    Pattern Matching
  • Урок 37. 00:19:58
    ALL the Patterns!
  • Урок 38. 00:09:45
    Patterns Everywhere
  • Урок 39. 00:20:12
    Scala 3: Braceless Syntax
  • Урок 40. 00:02:17
    What's next