Constructor
# abstract new SelectorBasedClause(clauseopt)
The base Selector based clause
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
clause |
ClauseArg
|
<optional> |
Extends
Members
Methods
# execute(args) → {Promise.<V>}
Processes itself
Parameters:
Name | Type | Description |
---|---|---|
args |
Array.<any>
|
- Inherited From:
- Implements:
Promise.<V>
# async paginate(size) → {Promise.<Paginator.<R, Q>>}
Parameters:
Name | Type | Description |
---|---|---|
size |
number
|
- Inherited From:
Promise.<Paginator.<R, Q>>