程序包的使用
cn.taketoday.util.function
程序包
说明
Support classes for components that contribute generated code equivalent to a
runtime behavior.
SSL trust material provider for PEM-encoded certificates.
Useful generic
java.util.function helper classes.-
-
-
-
类说明A
Supplierdecorator that caches a singleton result and makes it available fromSingletonSupplier.get()(nullable) andSingletonSupplier.obtain()(null-safe).ABiFunctionthat allows invocation of code that throws a checked exception.AConsumerthat allows invocation of code that throws a checked exception.AFunctionthat allows invocation of code that throws a checked exception.ASupplierthat allows invocation of code that throws a checked exception.