Interface UnsafeValue<T,E extends Throwable>
-
- Type Parameters:
T- value type.E- exception type.
- All Known Subinterfaces:
LazyUnsafeValue<T,E>
public interface UnsafeValue<T,E extends Throwable>A generic value provider, similar toValue, but able to throw an exception.- Author:
- Marek Potociar
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tget()Get the stored value.
-