Symbolic alias for ZTransducer#zipRight.
Symbolic alias for ZTransducer#zipLeft.
Symbolic alias for ZTransducer#zip.
Compose this transducer with a sink, resulting in a sink that processes elements by piping them through this transducer and piping the results into the sink.
Compose this transducer with another transducer, resulting in a composite transducer.
Filters the outputs of this transducer.
Transforms the outputs of this transducer.
Transforms the chunks emitted by this transducer.
Effectfully transforms the chunks emitted by this transducer.
Transforms the outputs of this transducer.
Effectually transforms the outputs of this transducer
Zips this transducer with another point-wise and emits tuples of elements from both transducers.
Zips this transducer with another point-wise, but keeps only the outputs of this transducer.
Zips this transducer with another point-wise, but keeps only the outputs of the other transducer.
Zips this transducer with another point-wise and applies the function to the paired elements.