类 SupplierUtils
java.lang.Object
cn.taketoday.util.function.SupplierUtils
Convenience utilities for
Supplier handling.- 从以下版本开始:
- 4.0 2022/3/9 20:55
- 作者:
- Juergen Hoeller, Harry Yang
- 另请参阅:
-
构造器概要
构造器 -
方法概要
-
构造器详细资料
-
SupplierUtils
public SupplierUtils()
-
-
方法详细资料
-
resolve
Resolve the givenSupplier, getting its result or immediately returningnullif the supplier itself wasnull.- 参数:
supplier- the supplier to resolve- 返回:
- the supplier's result, or
nullif none
-