Buy Me a Coffee at ko-fi.com

Object that contains result of operation that cant be finished immediately

Throws error if it occurred while execution of this future, returns value otherwise

overload 1:
Future.getOrError(): AnyType
typings.821772070
Method PropertyFluent DescriptionRepresentation
Return Value

Returns value of this future object if future was executed successfully

overload 1:
Future.getValue(): AnyType
typings.821772070
Method PropertyFluent DescriptionRepresentation
Return Value

Checks if error occurred while this future execution

overload 1:
Future.hasError(): Boolean
typings.1729365000
Method PropertyFluent DescriptionRepresentation
Return Value

Checks if future is done, either successfully or with error

overload 1:
Future.isDone(): Boolean
typings.1729365000
Method PropertyFluent DescriptionRepresentation
Return Value

Throws an error if it occurred while execution of this future.

overload 1:
Future.throwError(): nil
typings.109073
Method PropertyFluent DescriptionRepresentation
Return Value