Completed
Dereferencing Flexible Values
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Flexible Types in Kotlin - JVM Language Summit 2015
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Safety Features
- 3 Interoperability
- 4 Example: Arrays
- 5 Java (as seen from Kotlin)
- 6 Java Interop: All Nullable
- 7 Annotations
- 8 Pick Two
- 9 Dereferencing Flexible Values
- 10 Assignability
- 11 Representation
- 12 Equivalence
- 13 Runtime Checks (and their absence)
- 14 Some Notes
- 15 Kotlin Arrays
- 16 Arrays: Example
- 17 Java: Flexible Types
- 18 Ad Hoc Check
- 19 Runtime Checks and their absence
- 20 Raw Types
- 21 Summary (11)
- 22 Expressing dynamic types for