public abstract class SupplierUtils extends ObjectSE
SupplierSE 処理用の便利なユーティリティ。SingletonSupplier| コンストラクターと説明 |
|---|
SupplierUtils() |
| 修飾子と型 | メソッドと説明 |
|---|---|
static <T> T | resolve(SupplierSE<T> supplier) 指定された Supplier を解決し、結果を取得するか、サプライヤー自体が null である場合はすぐに null を返します。 |
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, toStringSE, waitSE, waitSE, waitSE@Nullable public static <T> T resolve(@Nullable SupplierSE<T> supplier)
Supplier を解決し、結果を取得するか、サプライヤー自体が null である場合はすぐに null を返します。supplier - 解決するサプライヤー null