其他分享
首页 > 其他分享> > 函数式

函数式

作者:互联网

1.Consumer

andThen();
accept();
基本操作

2.Function

apply();
andThen();
转换

3.Predicate

test();
and();
or();
negate();
逻辑判断

4.Supplier

Supplier
get();

5.函数式接口

@FunctionalInterface

标签:Function,andThen,Predicate,函数,Supplier,基本操作
来源: https://www.cnblogs.com/521lzl/p/15810131.html