Java8四大函数式接口

只有一个方法的接口叫做函数式接口。
Function、Predicate、Consumer、Supplier

Java