好书推荐 好书速递 排行榜 读书文摘

Java 8 Lambdas

Java 8 Lambdas
作者:Richard Warburton
副标题:Pragmatic Functional Programming
出版社:O'Reilly Media
出版年:2014-04
ISBN:9781449370770
行业:计算机
浏览数:3

内容简介

If you're an experienced Java programmer, Java 8 Lambdas shows you how to make use of your existing skills to adapt their thinking and your codebase to use lambda expressions properly. Starting with basic examples, this book is focused solely on Java 8 language changes and related API changes, so you don’t need to buy and read a 900 page book in order to brush up. Lambdas make a programmer's job easier, and this book will teach you how. Coverage includes introductory syntax for lambda expressions, method references that allow you to reuse existing named methods from your codebase, and the collection library in Java 8.

......(更多)

作者简介

Richard is an empirical technologist and solver of deep-dive technical problems. He has professionally worked on static analysis problems, verifying part of a compiler and developing advanced automated bug detection technology. More recently his career has been focussed on data analytics for high performance computing. He is a leader in the London Java Community, sits on their JCP Committee and organises the Adopt-a-JSR programs for Lambdas and Date and Time in Java 8. Richard is also a known conference speaker, having talked at JavaOne, DevoxxUK and JAX London. He obtained a PhD in Computer Science from The University of Warwick where his research focussed on compiler theory.

......(更多)

目录

......(更多)

读书文摘

Lambda表达式引用的是值,而不是变量。

面向对象编程是对数据进行抽象,而函数式编程是对行为进行抽象。

......(更多)

猜你喜欢

点击查看