Interface Ref<T>
- Type Parameters:
T
- referred value type
- All Known Implementing Classes:
Refs.DefaultRefImpl
,Refs.ImmutableRefImpl
,Refs.ThreadSafeRefImpl
,RequestProcessingContextReference
A possibly mutable value reference. Reference can be initialized by
Settable.set(Object)
and the reference can be get by Value.get()
.- See Also:
-
Method Summary