Урок 1. 00:01:49
About Course
Урок 2. 00:05:17
Why Java 8 is important ?
Урок 3. 00:06:26
Imperative vs Declarative Programming - Example 1
Урок 4. 00:05:29
Imperative vs Declarative Programming - Example 2
Урок 5. 00:02:50
Setting up Java
Урок 6. 00:02:39
Setting up IntelliJ
Урок 7. 00:03:40
Setting up Java
Урок 8. 00:02:46
Setting up IntelliJ
Урок 9. 00:02:30
What is Lambda ?
Урок 10. 00:14:22
Lab : Implement Runnable using Lambda
Урок 11. 00:07:54
Lab : Implement Comparator using Lambda
Урок 12. 00:02:28
Introduction to Functional Interfaces
Урок 13. 00:04:31
Lab : Consumer Functional Interface - Part 1
Урок 14. 00:12:44
Lab : Consumer Functional Interface - Part 2
Урок 15. 00:09:45
Lab : BiConsumer Functional Interface
Урок 16. 00:10:10
Lab : Predicate - Functional Interface - Part 1
Урок 17. 00:10:18
Lab : Predicate - Functional Interface - Part 2
Урок 18. 00:06:53
Lab : Combining Predicate + Consumer
Урок 19. 00:03:52
Lab : BiPredicate
Урок 20. 00:09:32
Lab : Function - Function Interface- Part 1
Урок 21. 00:06:04
Lab : Function - Function Interface- Part 2
Урок 22. 00:05:52
Lab : BiFunction Functional Interface
Урок 23. 00:08:38
Lab : UnaryOperaror and BinaryOperator Functional Interface
Урок 24. 00:04:23
Lab : Supplier - Functional Interface
Урок 25. 00:03:09
Method Reference
Урок 26. 00:03:29
Lab : Method Reference - Function
Урок 27. 00:04:12
Lab : Method Reference - Consumer
Урок 28. 00:05:10
Lab : Refactor Lambda Expression to Method Reference
Урок 29. 00:04:51
Constructor Reference
Урок 30. 00:06:11
Lab : Local Variables in Lambda Expression
Урок 31. 00:01:29
Effectively Final Variables in Lambda and its advantages
Урок 32. 00:10:54
Introduction to Streams
Урок 33. 00:06:26
How Stream API works ?
Урок 34. 00:07:00
Comparing Streams vs Collections
Урок 35. 00:04:56
Lab : How to debug Stream Operations?
Урок 36. 00:08:22
Lab : Stream Operation - map()
Урок 37. 00:06:28
Lab : Stream Operation - flatMap()
Урок 38. 00:05:36
Lab : Stream Operation - distinct() , count(), sorted()
Урок 39. 00:07:44
Lab : Stream Operation - Customized sort using Comparator
Урок 40. 00:05:40
Lab : Stream Operation - filter()
Урок 41. 00:12:40
Lab : Stream Operation - reduce() - Part 1
Урок 42. 00:05:38
Lab : Stream Operation - reduce() - Part 2
Урок 43. 00:08:53
Lab : Stream Operations - Map + Filter + Reduce Pattern
Урок 44. 00:10:14
Lab : Stream Operation : max using reduce() function
Урок 45. 00:05:02
Lab : Stream Operation - min() using reduce function.
Урок 46. 00:07:08
Lab : Stream Operation - limit() and skip()
Урок 47. 00:06:26
Lab : Stream Operation allMatch(), anyMatch() and noneMatch()
Урок 48. 00:08:04
Lab : Stream Operation - findAny() and findFirst()
Урок 49. 00:03:42
Streams: Short Circuiting Operations
Урок 50. 00:07:45
Lab : Streams Operation - of(), iterate(), generate()
Урок 51. 00:06:01
Introduction to Numeric Streams
Урок 52. 00:06:21
Lab : NumericStream - range() , rangeClosed(), count(), foreach()
Урок 53. 00:06:26
Lab : NumericStream - sum() , max(), min(), average()
Урок 54. 00:06:43
Lab : NumericStream - Boxing ,Unboxing, mapToInt()
Урок 55. 00:05:53
Lab : NumericStream - mapToObj(), mapToDouble(), maptoLong()
Урок 56. 00:06:03
Lab : joining()
Урок 57. 00:03:08
Lab : counting()
Урок 58. 00:03:50
Lab : mapping()
Урок 59. 00:04:29
Lab : minBy() , maxBy() using collect()
Урок 60. 00:04:14
Lab : sum() , avg() using collect()
Урок 61. 00:07:44
Lab : groupingBy() - Type 1
Урок 62. 00:06:49
Lab : groupingBy() - Type 2
Урок 63. 00:03:35
Lab : groupingBy() - Type 3
Урок 64. 00:06:05
Lab : groupingBy() - maxBy(), minBy(), collectingAndThen()
Урок 65. 00:06:04
Lab : partitioningBy()
Урок 66. 00:03:34
Introduction to Parallel Streams
Урок 67. 00:05:44
Lab : Comparing Performance of Sequential vs Parallel Streams
Урок 68. 00:02:56
How Parallel Stream works ?
Урок 69. 00:04:37
Lab : Build a Parallel Stream Pipeline
Урок 70. 00:05:39
Lab : When not to use Parallel Stream - Example 1
Урок 71. 00:04:49
Lab : When not to use Parallel Stream ? - Part 2
Урок 72. 00:12:19
Introduction to Optional
Урок 73. 00:06:48
Lab : Optional : empty(), ofNullable(), Of()
Урок 74. 00:09:44
Lab : orElse(), orElseGet() ,orElseThrow()
Урок 75. 00:04:04
Lab : ifPresent(), isPresent()
Урок 76. 00:06:24
Lab : map(), flatMap(), filter() - Part1
Урок 77. 00:08:48
Lab : map(), flatMap(), filter() - Part2
Урок 78. 00:02:52
Introduction to Default/static Methods
Урок 79. 00:07:27
Lab : Default Methods
Урок 80. 00:11:23
Lab : Exploring sort() operations using Comparator - Part 1
Урок 81. 00:04:02
Lab : Exploring sort() operations using Comparator - Part 2
Урок 82. 00:13:25
Lab : Creating an Interface with Default/Static methods
Урок 83. 00:01:07
Abstract Classes vs Interfaces
Урок 84. 00:07:58
Lab : Multiple Inheritance
Урок 85. 00:02:48
Lab : Multiple Inheritance - Resolving Conflicts
Урок 86. 00:06:11
Introduction to the new Data/Time Libraries
Урок 87. 00:07:19
Lab : LocalDate - Create, Get the LocalDate values
Урок 88. 00:06:53
Lab : LocalDate - Modify the LocalDate
Урок 89. 00:08:14
Lab : LocalDate - Additional LocalDate functions
Урок 90. 00:15:36
Lab : LocalTime
Урок 91. 00:09:40
Lab : LocalDateTime - Create/Modify LocalDateTime
Урок 92. 00:05:12
Lab : Converting from LocalDate/LocalTime to LocalDateTime
Урок 93. 00:11:01
Lab : Comparing Dates - Period
Урок 94. 00:07:52
Lab : Comparing Times - Duration
Урок 95. 00:06:16
Lab : Instant
Урок 96. 00:15:52
Lab : TimeZones - ZonedDateTime, ZoneId , ZoneOffset
Урок 97. 00:05:56
Lab : TimeZones - Converting Instant,LocalDateTime to ZonedDateTime
Урок 98. 00:08:22
Lab : Converting java.util.Date/java.sql.date to LocalDate
Урок 99. 00:14:53
Lab : Format/parse LocalDate using DateTimeFormatter
Урок 100. 00:08:43
Lab : Format/parse LocalTime using DateTimeFormatter
Урок 101. 00:09:28
Lab : Format/parse LocalDateTime using DateTimeFormatter