value property

  1. @Throws([ResultError])
T get value

Returns the value of this Result. A ResultError is throw if this Result does not contain a value.

Implementation

@Throws([ResultError])
T get value;