标签:bsp 新特性 fun class cat function sum func OLE
Java8 内置的四大核心函数式接口
void accept(T t)
T get();
Function<T,R>:函数型接口
R apply(T t)
Predicate <T> :段言型接口
boolean test(T t)
标签:bsp 新特性 fun class cat function sum func OLE
原文地址:https://www.cnblogs.com/xinxin1994/p/12263228.html