Handling checked exceptions in lambda expressions can be often frustrating. Luckily, there is a type inference rule that we can exploit…
11 CommentsMonth: September 2017
The tricky thing about working with PriorityQueues is that, ironically, they don’t always behave according to the PriorityQueue semantics.
1 CommentIn this short article, we’ll have a look at how we can bypass Kotlin’s native null-safety with sun.misc.Unsafe, and see why it can be dangerous even if we aren’t messing up with it directly.
1 Comment