T
- 延迟变量类型public interface ILazyInitVariable<T>
Modifier and Type | Interface and Description |
---|---|
static class |
ILazyInitVariable.BaseLazyVar<T> |
Modifier and Type | Method and Description |
---|---|
T |
get()
返回延迟初始化的 T 实例
|
Copyright © 2019. All rights reserved.