JAVA 8 Coding Stuff
1️⃣ Lambdas & Functional Interfaces
Write a Comparator using a lambda to sort users by firstName.
Use Predicate to filter products with amount > 1000.
Use Function<User, String> to map users to their full name (firstName + secondName).
Create a custo...
nithinmanupuri.hashnode.dev3 min read