Java8 常用函数式接口及例子 使用案例 Lambda表达形式 函数式接口 布尔表达式 (List<String> list) -> list.isEmpty() Predicate<List<St...