摘要:
1 Supplier理解 1.1 JavaDoc阅读 /** * Represents a supplier(供应者) of results. * * <p>There is no requirement that a new or distinct result be returned each 阅读全文
摘要:
1 lamnbda 1.1 什么是lambda lambda:In programming languages such as lisp, python and ruby lambda is an operator used to denote anonymous functions(匿名函数) o 阅读全文