Interface Value<T>
-
- Type Parameters:
T- value type.
- All Superinterfaces:
Supplier<T>
- All Known Implementing Classes:
RequestProcessingContextReference
public interface Value<T> extends Supplier<T>
A generic value provider.- Author:
- Marek Potociar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Get the stored value.
-