Expand description
Common operator transformations on timely streams and differential collections.
Structs§
- Consolidate
Builder 🔒 - A builder that wraps a session for direct output to a stream.
Traits§
- Collection
Ext - Extension methods for differential
Collection
s. - Concatenate
Flatten - Merge the contents of multiple streams and combine the containers using a container builder.
- Stream
Ext - Extension methods for timely
StreamCore
s.
Functions§
- consolidate_
pact - Aggregates the weights of equal records into at most one record.
Type Aliases§
- Session
For - A session with lifetime
'a
in a scopeG
with a container builderCB
.