Returns true if a new value is currently loading, regardless of whether or not there is an existing value. It is assumed that the return value of this method is constant for any given ValueReference instance.
()
| 674 | * ValueReference instance. |
| 675 | */ |
| 676 | boolean isLoading(); |
| 677 | |
| 678 | /** |
| 679 | * Returns true if this reference contains an active value, meaning one that is still considered |
no outgoing calls
no test coverage detected