1. Урок 1. 00:01:46
    Download the exercises for this course
  2. Урок 2. 00:01:29
    01 - Module 12 Introduction
  3. Урок 3. 00:02:01
    02 - Agenda
  4. Урок 4. 00:02:50
    03 - Simple Constant Patterns
  5. Урок 5. 00:01:53
    04 - match is an expression
  6. Урок 6. 00:01:39
    05 - Variable Loads
  7. Урок 7. 00:01:43
    06 - Binding vs Loading
  8. Урок 8. 00:01:48
    07 - Case Matters!
  9. Урок 9. 00:02:53
    08 - Case Matters Continued!
  10. Урок 10. 00:02:50
    09 - Guards
  11. Урок 11. 00:02:05
    10 - The Wrong Way to Guard
  12. Урок 12. 00:02:42
    11 - Matching Options
  13. Урок 13. 00:02:53
    12 - Matching Tuples
  14. Урок 14. 00:03:12
    13 - Matching Lists
  15. Урок 15. 00:02:52
    14 - Other Collections
  16. Урок 16. 00:01:58
    15 - Matching Try
  17. Урок 17. 00:02:21
    16 - Case Classes 1
  18. Урок 18. 00:02:00
    17 - Case Classes 2
  19. Урок 19. 00:02:11
    18 - Case Classes 3
  20. Урок 20. 00:02:17
    19 - Compound Pattern Matches
  21. Урок 21. 00:02:59
    20 - Typed Pattern Matches
  22. Урок 22. 00:06:22
    21 - Beware Type Erasure!
  23. Урок 23. 00:03:24
    22 - val and Pattern Matching
  24. Урок 24. 00:02:57
    23 - for and Pattern Matching
  25. Урок 25. 00:01:47
    24 - Partial Functions and Pattern Matches
  26. Урок 26. 00:03:18
    25 - Sealed Class Hierarchies
  27. Урок 27. 00:02:33
    26 - Extractors and unapply
  28. Урок 28. 00:02:51
    27 - Custom Extractors
  29. Урок 29. 00:02:00
    28 - Custom Seq Extractors
  30. Урок 30. 00:02:09
    29 - Module 12 Exercises
  31. Урок 31. 00:00:54
    01 - Module 13 Introduction
  32. Урок 32. 00:01:03
    02 - Agenda
  33. Урок 33. 00:04:35
    03 - The Immutable Linked List
  34. Урок 34. 00:03:25
    04 - List Properties
  35. Урок 35. 00:02:10
    05 - Initializing Lists
  36. Урок 36. 00:01:29
    06 - Converting to Lists
  37. Урок 37. 00:01:08
    07 - List is Covariant
  38. Урок 38. 00:01:54
    08 - Constant Time Operations
  39. Урок 39. 00:02:18
    09 - Linear Time Operations
  40. Урок 40. 00:03:33
    10 - Operations that Depend on Position
  41. Урок 41. 00:02:53
    11 - Higher Order Functions
  42. Урок 42. 00:02:58
    12 - Predicate Based Functions
  43. Урок 43. 00:07:06
    13 - Folds
  44. Урок 44. 00:01:54
    14 - Fold Alternatives
  45. Урок 45. 00:05:40
    15 - Sorting
  46. Урок 46. 00:03:10
    16 - Even More Functions
  47. Урок 47. 00:02:42
    17 - And More
  48. Урок 48. 00:03:30
    18 - Permutations and Combinations
  49. Урок 49. 00:02:30
    19 - Indices, zip, unzip
  50. Урок 50. 00:01:54
    20 - Module 13 Exercises
  51. Урок 51. 00:00:28
    01 - Module 14 Introduction
  52. Урок 52. 00:01:11
    02 - Agenda
  53. Урок 53. 00:01:08
    03 - Other Collections
  54. Урок 54. 00:03:57
    04 - Sequences Performance
  55. Урок 55. 00:02:03
    05 - Sets and Maps Performance
  56. Урок 56. 00:02:09
    06 - LinearSeq vs IndexedSeq
  57. Урок 57. 00:02:46
    07 - mutable vs immutable
  58. Урок 58. 00:03:22
    08 - Consistent API
  59. Урок 59. 00:02:18
    09 - Easy Conversions
  60. Урок 60. 00:02:08
    10 - Other Sequences
  61. Урок 61. 00:04:00
    11 - The Mighty Vector
  62. Урок 62. 00:01:14
    12 - Vector (continued)
  63. Урок 63. 00:03:45
    13 - Immutable Sets
  64. Урок 64. 00:02:11
    14 - Sorted and Mutable Sets
  65. Урок 65. 00:03:44
    15 - Maps
  66. Урок 66. 00:00:51
    16 - Sorted and Mutable Maps
  67. Урок 67. 00:03:13
    17 - Key and Value Operations
  68. Урок 68. 00:01:49
    18 - Immutable Implementations
  69. Урок 69. 00:01:04
    19 - Mutable Implementations
  70. Урок 70. 00:02:16
    20 - Iterators
  71. Урок 71. 00:02:22
    21 - Views
  72. Урок 72. 00:05:58
    22 - Streams
  73. Урок 73. 00:01:00
    23 - Module 14 Exercises
  74. Урок 74. 00:00:38
    01 - Module 15 Introduction
  75. Урок 75. 00:01:53
    02 - Agenda
  76. Урок 76. 00:01:24
    03 - Maven
  77. Урок 77. 00:00:34
    04 - Gradle
  78. Урок 78. 00:00:44
    05 - Other Options
  79. Урок 79. 00:01:41
    06 - SBT
  80. Урок 80. 00:09:15
    07 - Using SBT
  81. Урок 81. 00:02:18
    08 - SBT Project Source Layout
  82. Урок 82. 00:02:07
    09 - build.sbt
  83. Урок 83. 00:04:17
    10 - Example build.sbt
  84. Урок 84. 00:01:32
    11 - Example plugins.sbt
  85. Урок 85. 00:03:32
    12 - Making a Custom Setting
  86. Урок 86. 00:01:37
    13 - A Custom Task
  87. Урок 87. 00:03:49
    14 - Multiple Project Support
  88. Урок 88. 00:01:58
    15 - Mixing Scala and Java
  89. Урок 89. 00:01:13
    16 - Scala/Java Compile Cycle
  90. Урок 90. 00:03:26
    17 - Calling Java from Scala
  91. Урок 91. 00:01:16
    18 - Scala 2.12 and Java 8
  92. Урок 92. 00:02:00
    19 - Scala/Java Function Compatibility
  93. Урок 93. 00:01:32
    20 - Handling Nulls
  94. Урок 94. 00:00:45
    21 - Options to Nulls
  95. Урок 95. 00:02:58
    22 - Java -> Scala Collections
  96. Урок 96. 00:02:10
    23 - Boxed Types Trouble
  97. Урок 97. 00:01:37
    24 - Scala Traits and Java Interfaces
  98. Урок 98. 00:01:31
    25 - General Advice
  99. Урок 99. 00:01:22
    26 - Module 15 Exercises
  100. Урок 100. 00:00:50
    01 - Module 16 Introduction
  101. Урок 101. 00:01:15
    02 - Agenda
  102. Урок 102. 00:02:25
    03 - Futures
  103. Урок 103. 00:03:18
    04 - Creating a Future
  104. Урок 104. 00:02:59
    05 - Some Initial Rules
  105. Урок 105. 00:07:06
    06 - Future States
  106. Урок 106. 00:02:02
    07 - Composing Futures
  107. Урок 107. 00:05:49
    08 - Futures with for
  108. Урок 108. 00:00:34
    09 - Async Evaluation
  109. Урок 109. 00:04:12
    10 - Forcing a Result
  110. Урок 110. 00:05:16
    11 - Other Future Operations
  111. Урок 111. 00:02:33
    12 - More Operations
  112. Урок 112. 00:02:51
    13 - Recovering from Failures
  113. Урок 113. 00:04:39
    14 - Dealing with Multiple Futures
  114. Урок 114. 00:01:31
    15 - Other Future Sequence Operations
  115. Урок 115. 00:03:15
    16 - Promises
  116. Урок 116. 00:00:55
    17 - A Broken Promise
  117. Урок 117. 00:01:17
    18 - Working with Java's Futures
  118. Урок 118. 00:04:08
    19 - Future Patterns - Batching
  119. Урок 119. 00:05:00
    20 - foldLeft and flatMap
  120. Урок 120. 00:01:39
    21 - Future Patterns - Retrying
  121. Урок 121. 00:01:55
    22 - Retrying (naive)
  122. Урок 122. 00:04:18
    23 - Retrying (loop)
  123. Урок 123. 00:04:58
    24 - Retrying with Back-off
  124. Урок 124. 00:01:27
    25 - Retrying with Back-off 2
  125. Урок 125. 00:03:02
    26 - Future Alternatives