Completed
Mutable Collections are Evil interface Collection
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Javaslang - Functional Java The Easy Way
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What's in it for you? Functional programming is hip
- 3 Referential Transparency Math.random()
- 4 Thinking in Values
- 5 Enter Java 8
- 6 Mutable Collections are Evil interface Collection
- 7 Easy solution? Collections
- 8 Javaslang Collections
- 9 An Option is like a Gift Box
- 10 Optional or Option?
- 11 Exceptions to Options with Try
- 12 Pattern Matching Basics
- 13 Cases map functions to patterns
- 14 Example Patterns
- 15 HTTP Handling Fixed
- 16 Matching a Try
- 17 What are the drawbacks?
- 18 Wrapping up Slick, stable, consistent API