public interface SharedVariable<T> extends WrappedObject<T>
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Represents a thread-safe single-assignment, multi-read variable.
|
boolean |
isBound()
Check if value has been set already for this expression
|
void |
setValue(T value) |
T getValue()
getValue in interface WrappedObject<T>void setValue(T value)
setValue in interface WrappedObject<T>boolean isBound()
Copyright © 2019. All rights reserved.