@get


Description:

public abstract unowned G @get () throws Error

Gets the value or throws the exception.

Future implementation: Waits until the future is completed. It is an alias for Future.wait.

Returns:

the value if this result holds a value

Exceptions:

Error

if this result holds an exception, the exception will be thrown