FMIceLinkFutureBase Class Reference

Inherits from NSObject
Conforms to T
__covariant
Declared in FMIceLinkFutureBase.h
FMIceLinkFutureBase.m

Overview

Future base properties/methods.

– exception

Gets the exception if rejected.
- (NSException *)exception

Discussion

Gets the exception if rejected.

Declared In

FMIceLinkFutureBase.h

– result

Gets the result if resolved.
- (id)result

Discussion

Gets the result if resolved.

Declared In

FMIceLinkFutureBase.h

– setException:

Sets the [exception](#//api/name/exception) if rejected.
- (void)setException:(NSException *)value

Discussion

Sets the [exception](#//api/name/exception) if rejected.

Declared In

FMIceLinkFutureBase.h

– setResult:

Sets the [result](#//api/name/result) if resolved.
- (void)setResult:(id)value

Discussion

Sets the [result](#//api/name/result) if resolved.

Declared In

FMIceLinkFutureBase.h

– setState:

Sets the current [state](#//api/name/state).
- (void)setState:(FMIceLinkFutureState)value

Discussion

Sets the current [state](#//api/name/state).

Declared In

FMIceLinkFutureBase.h

– state

Gets the current state.
- (FMIceLinkFutureState)state

Discussion

Gets the current state.

Declared In

FMIceLinkFutureBase.h