接口 ValueHolder.DeferredInitializer<T>

  • 类型参数:
    T -
    封闭类:
    ValueHolder<T>

    public static interface ValueHolder.DeferredInitializer<T>
    The snippet that generates the initialization value.
    • 方法详细资料

      • initialize

        T initialize()
        Build the initialization value.

        Implementation note: returning null is "ok" but will cause this method to keep being called.

        返回:
        The initialization value.