- identity (take-all)
- mapcat [1]
- reductions
- prolog
- epilog
- multiplex
- demultiplex
[1] reducing form of mapcat that is reduced when a special EOS
value is
injected into returned sequence of values by f
.
- map
- constantly
- filter
- drop-all
- partition
- trailing
- filter2
- dedupe
- filter2
- trailing
- take
- take-while
- drop
- drop-while
- after
- tag
- detag
All multiple input sequences compose from some combination of multiplex
,
demultiplex
and the above single input transducers.