Interface UnsafeValue<T,E extends java.lang.Throwable>
-
- Type Parameters:
T
- value type.E
- exception type.
- All Known Subinterfaces:
LazyUnsafeValue<T,E>
- All Known Implementing Classes:
Values.ExceptionValue
,Values.InstanceUnsafeValue
,Values.LazyUnsafeValueImpl
public interface UnsafeValue<T,E extends java.lang.Throwable>
A generic value provider, similar toValue
, but able to throw an exception.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
get()
Get the stored value.
-