T - public abstract class Lazy<T> extends Object
| Constructor and Description |
|---|
Lazy() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getLazy()
It will return null until the lazy evaluation succeeds.
|
public abstract T getLazy()
Copyright © 2017. All Rights Reserved.