Interface Settable<T>
- Type Parameters:
T
- Type of the value.
- All Known Subinterfaces:
Ref<T>
- All Known Implementing Classes:
RequestProcessingContextReference
public interface Settable<T>
A generic settable value container.
- Author:
- Miroslav Fuksa
-
Method Summary
-
Method Details
-
set
Set a new value.- Parameters:
value
- value to be set.
-