接口 ValueHolder.DeferredInitializer<T>
-
- 类型参数:
T-
- 封闭类:
- ValueHolder<T>
public static interface ValueHolder.DeferredInitializer<T>The snippet that generates the initialization value.
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 Tinitialize()Build the initialization value.
-
-
-
方法详细资料
-
initialize
T initialize()
Build the initialization value. Implementation note: returningnullis "ok" but will cause this method to keep being called.- 返回:
- The initialization value.
-
-