Returns an immutable "variable" representing the current value from the state associated with the specified name. @param name The name of the variable. @return A future of the variable. @see Variable
(String name)
| 59 | * @see Variable |
| 60 | */ |
| 61 | Future<Variable> fetch(String name); |
| 62 | |
| 63 | /** |
| 64 | * Returns an immutable "variable" representing the current value in |
no outgoing calls