Interface Ref<T>

Type Parameters:
T - referred value type
All Superinterfaces:
Settable<T>, Value<T>
All Known Implementing Classes:
Refs.DefaultRefImpl, Refs.ImmutableRefImpl, Refs.ThreadSafeRefImpl, RequestProcessingContextReference

public interface Ref<T> extends Value<T>, Settable<T>
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

    Methods inherited from interface Settable

    set

    Methods inherited from interface Value

    get