Collector
A base Collector class. You can add the following methods when you extend it:
- handleProcess(state, prev, val)
- handleGet(state)
Constructor Summary
| Public Constructor | ||
| public |
constructor(name: *, initialValue: *, requirements: *[]) |
|
Member Summary
| Public Members | ||
| public |
initialValue: * |
|
| public |
name: * |
|
| public |
requirements: * |
|
Public Constructors
public constructor(name: *, initialValue: *, requirements: *[]) source
Params:
| Name | Type | Attribute | Description |
| name | * | ||
| initialValue | * | ||
| requirements | *[] |
|