///对于系统提供的函数接口,而lambda本身也就是函数接口去实现,
Predicate,Consumer,Function,Supplier,UnaryOperator,BinaryOperator,使用时需要知道他的函数方法,
存在与java.util.function,函数式编程