Kotlin’s Collections API is extremely versatile and expressive but there’s one important thing to be aware of especially when migrating from Java.
2 CommentsTag: java-stream-api
Java 8 got many things right and some not – apart from commonly recognized Java 8 caveats, there are a few which feel especially wrong.
Leave a CommentHandling checked exceptions in lambda expressions can be often frustrating. Luckily, there is a type inference rule that we can exploit…
11 Comments