1.Consumer
andThen();
accept();
基本操作
2.Function
apply();
andThen();
转换
3.Predicate
test();
and();
or();
negate();
逻辑判断
4.Supplier
Supplier
get();
5.函数式接口
@FunctionalInterface
2023-10-09 09:58:34
andThen();
accept();
基本操作
apply();
andThen();
转换
test();
and();
or();
negate();
逻辑判断
Supplier
get();
@FunctionalInterface