FMIceLinkFutureBase Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | T __covariant  | 
| Declared in | FMIceLinkFutureBase.h FMIceLinkFutureBase.m  | 
– exception
	
Gets the exception if rejected.
			- (NSException *)exceptionDiscussion
Gets the exception if rejected.
			Declared In
FMIceLinkFutureBase.h
– result
	
Gets the result if resolved.
			- (id)resultDiscussion
Gets the result if resolved.
			Declared In
FMIceLinkFutureBase.h
– setException:
	
Sets the [exception](#//api/name/exception) if rejected.
			- (void)setException:(NSException *)valueDiscussion
Sets the [exception](#//api/name/exception) if rejected.
			Declared In
FMIceLinkFutureBase.h
– setResult:
	
Sets the [result](#//api/name/result) if resolved.
			- (void)setResult:(id)valueDiscussion
Sets the [result](#//api/name/result) if resolved.
			Declared In
FMIceLinkFutureBase.h
– setState:
	
Sets the current [state](#//api/name/state).
			- (void)setState:(FMIceLinkFutureState)valueDiscussion
Sets the current [state](#//api/name/state).
			Declared In
FMIceLinkFutureBase.h
– state
	
Gets the current state.
			- (FMIceLinkFutureState)stateDiscussion
Gets the current state.
			Declared In
FMIceLinkFutureBase.h