Interface Value<T>
-
- Type Parameters:
T
- value type.
- All Known Subinterfaces:
LazyValue<T>
public interface Value<T>
A generic value provider.- Author:
- Marek Potociar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
Get the stored value.
-
-
-
Method Detail
-
get
T get()
Get the stored value.- Returns:
- stored value.
-
-