Function, Predicate, Supplier

Function, Predicate, Supplier的使用

Function用于把一种类型的对象转化为另一种类型的对象。
Predicate用于判断某个对象是否符合一定条件。

一.Function和Functions

二.Predicate和Predicates

三.Supplier和Suppliers

你可能感兴趣的:(Function, Predicate, Supplier)