走近Guava(二): 函数式编程

函数式编程: 使用Function接口(jdk8中已经存在): /** * 其功能就是将输入类型转换为输出类型 */ public interface Function<F, T> { T … 继续阅读 走近Guava(二): 函数式编程