Future base properties/methods. More...
Instance Methods | |
| (instancetype) | - init |
| (T) | - result |
| Gets the result if resolved. More... | |
| (void) | - setException: |
| Sets the exception if rejected. More... | |
| (void) | - setResult: |
| Sets the result if resolved. More... | |
| (void) | - setState: |
| Sets the current state. More... | |
| (FMLiveSwitchFutureState) | - state |
| Gets the current state. More... | |
Class Methods | |
| (FMLiveSwitchFutureBase *) | + futureBase |
Protected Attributes | |
| __pad0__: NSObject- (NSException*) exception | |
Future base properties/methods.
| + (FMLiveSwitchFutureBase*) futureBase |
| - (instancetype) init |
| - T result |
Gets the result if resolved.
| - (void) setException: | (NSException *) | value |
Sets the exception if rejected.
| - (void) setResult: | (T) | value |
Sets the result if resolved.
| - (void) setState: | (FMLiveSwitchFutureState) | value |
Sets the current state.
| - (FMLiveSwitchFutureState) state |
Gets the current state.
|
protected |