StatementsBase
Direct Subclass:
Static Method Summary
| Static Public Methods | ||
| public static |
all(statements: *): * |
|
Constructor Summary
| Public Constructor | ||
| public |
constructor(commands: *, promise: *, res: *) |
|
Method Summary
| Public Methods | ||
| public |
and(statements: ...*): * |
|
| public |
execute(socket: *, factory: *): * |
|
| public |
then(onFulfilled: *, onRejected: *): * |
|
Static Public Methods
public static all(statements: *): * source
Params:
| Name | Type | Attribute | Description |
| statements | * |
Return:
| * |
Public Constructors
public constructor(commands: *, promise: *, res: *) source
Params:
| Name | Type | Attribute | Description |
| commands | * | ||
| promise | * | ||
| res | * |
Public Methods
public and(statements: ...*): * source
Params:
| Name | Type | Attribute | Description |
| statements | ...* |
Return:
| * |
public execute(socket: *, factory: *): * source
Params:
| Name | Type | Attribute | Description |
| socket | * | ||
| factory | * |
Return:
| * |
public then(onFulfilled: *, onRejected: *): * source
Params:
| Name | Type | Attribute | Description |
| onFulfilled | * | ||
| onRejected | * |
Return:
| * |