© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Ipseeta Priyadarshini
Software Developer @Bug0 | @Hashnode
If you mean anonymous function (function literal, lambda abstraction) then you are using a Java 8 version. What is an anonymous function? Anonymous function is a function definition that is not bound to an identifier. These are a form of nested func...
Jabiulla Shaik
Nice post..
Just a question.. Do you know If we have usage of lambda expressions in Java 8 other than with Anonymous classes + Functional Interfaces ?
Lambda expressions can be used anywhere in Java 8 where we have a target type. We have target types in the following context :
?:
ALEXANDRE A BARBOSA
Sênior Java Developer
Very good explanation about it and thank you for help me. I will invest more time with Java SE 8 and I needed to be introduced with this code block. It´s look like Clipper 5.x SGBD program. Thank you
Happy to help 😊
Jabiulla Shaik
Nice post..
Just a question.. Do you know If we have usage of lambda expressions in Java 8 other than with Anonymous classes + Functional Interfaces ?