docs » cp.rx.go.If.Then
A Statement.Modifier that defines what happens when an If matches.
- Constants - Useful values which cannot be changed
- Then
- Methods - API calls which can only be made on an object returned by a constructor
- Otherwise
- Then
| Signature | cp.rx.go.If.Then <cp.rx.go.Statement.Modifier> |
|---|---|
| Type | Constant |
| Description | This is a configuration of If, which should be created via If:Then(...). |
| Signature | cp.rx.go.If.Then:Otherwise(...) -> If.Then.Otherwise |
|---|---|
| Type | Method |
| Description | Call this to define what will happen if value doesn't resolve successfully. |
| Parameters |
|
| Returns |
|
| Signature | cp.rx.go.If.Then:Then(...) -> If.Then |
|---|---|
| Type | Method |
| Description | Each Then can have a subsequent Then which will be executed after the previous one resolves. |
| Parameters |
|
| Returns |
|