The state of a future.
More...
◆ FutureState()
| fm.liveswitch.FutureState.FutureState |
( |
int |
value | ) |
|
◆ [static initializer]()
| fm.liveswitch.FutureState.[static initializer] |
|
static |
◆ getAssignedValue()
| int fm.liveswitch.FutureState.getAssignedValue |
( |
| ) |
|
◆ getByAssignedValue()
| static FutureState fm.liveswitch.FutureState.getByAssignedValue |
( |
int |
value | ) |
|
|
static |
◆ Pending
| fm.liveswitch.FutureState.Pending =(1) |
Indicates that the promise has not been resolved or rejected.
◆ Rejected
| fm.liveswitch.FutureState.Rejected =(3) |
Indicates that the promise has been rejected.
◆ Resolved
| fm.liveswitch.FutureState.Resolved =(2) |
Indicates that the promise has been resolved.