TXChunkMerger class
- Inheritance
-
- Object
- StreamTransformerBase<
String, IChunk> - TXChunkMerger
Constructors
- TXChunkMerger.new({required int maxSize, required int maxPost})
-
const
Properties
Methods
-
bind(
Stream< String> stream) → Stream<IChunk> -
Transforms the provided
stream
.override -
cast<
RS, RT> () → StreamTransformer< RS, RT> -
Provides a
StreamTransformer<RS, RT>
view of this stream transformer.inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited