Interface Ref<T>
-
- Type Parameters:
T- referred value type
public interface Ref<T> extends Value<T>, Settable<T>
A possibly mutable value reference. Reference can be initialized bySettable.set(Object)and the reference can be get byValue.get().- Author:
- Paul Sandoz, Marek Potociar
- See Also:
Refs