Java8之流式计算
函数式接口
代码
Stream流
是什么
特点
如何工作
代码
函数式接口来自于java.util.function。
代码 public static void testMyInterface()
2020-10-08