• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

Mastering Lambda - The First Step

 
Greenhorn
Posts: 16
1
Firefox Browser PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Maurice,

I have experience working with Java for 3 years now and have been trying to learn Java 8 but haven't been yet successful. I get confused and find it hard while starting to learn about Lambda expressions.

I would like to know how your book will help people like me who are very new to Lambda expressions? Is it design/written for absolute beginners or you need some knowledge about Lambda expression before starting with the book?
 
Author
Posts: 20
6
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Abubakkar

The book doesn't assume that you know anything about lambdas or programming in a functional style. The introductory chapter shows how to understand lambdas by their similarity to anonymous inner classes, so if you have used anonymous inner classes you should find that quite easy. Some of the material later in the book is more advanced, but I made sure that every topic has an introduction that lets you get into it without previous knowledge.

Regards
Maurice
 
Abubakkar Rangara
Greenhorn
Posts: 16
1
Firefox Browser PHP Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Maurice for your reply.
 
There is no beard big enough to make me comfortable enough with my masculinity to wear pink. Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic