程序包 cn.taketoday.util.function
@NonNullApi
@NonNullFields
package cn.taketoday.util.function
Useful generic
java.util.function helper classes.- 从以下版本开始:
- 4.0 2022/5/9 17:02
- 作者:
- Harry Yang
-
类说明A
Supplierdecorator that caches a singleton result and makes it available fromSingletonSupplier.get()(nullable) andSingletonSupplier.obtain()(null-safe).Convenience utilities forSupplierhandling.ThrowingBiFunction<T,U, R> ABiFunctionthat allows invocation of code that throws a checked exception.AConsumerthat allows invocation of code that throws a checked exception.ThrowingFunction<T,R> AFunctionthat allows invocation of code that throws a checked exception.ASupplierthat allows invocation of code that throws a checked exception.