V
- the type of the value of the scalar and therefore also the one of the error.public interface ErronousValue<V>
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<V> |
error()
Retrieve the error of the scalar
|
V |
value() |