new Serializable()
- Source:
Extends
Methods
filter(fn) → {RecordStream}
Get record stream of queried records, applying the given filter function
Parameters:
Name | Type | Description |
---|---|---|
fn |
RecordFilterFunction | Record filtering function |
- Inherited From:
- Source:
Returns:
- Type
- RecordStream
map(fn) → {RecordStream}
Get record stream of queried records applying the given mapping function
Parameters:
Name | Type | Description |
---|---|---|
fn |
RecordMapFunction | Record mapping function |
- Inherited From:
- Source:
Returns:
- Type
- RecordStream