Dataflow combinators - Factor Documentation (original) (raw)
Dataflow combinators express common dataflow patterns such as performing a operation while preserving its inputs, applying multiple operations to a single value, applying a set of operations to a set of values, or applying a single operation to multiple values. Preserving combinators
Cleave combinators
Spread combinators
Apply combinators
More intricate dataflow can be constructed by composing Curried dataflow combinators.