concat()
concat: play ALL of dep 0, then ALL of dep 1. Dep-1 DATA arriving during phase 0 is buffered and
flushed at the handoff (dep 0 COMPLETE). partial:true + ctx.state phase. Completes when dep 1
completes (or when dep 0 completes and dep 1 already had). completeWhenDepsComplete:false + terminalAsRealInput:true; any dep ERROR propagates (default errorWhenDepsError).
Import
Section titled “Import”import { concat } from "@graphrefly/ts/operators";Signature
Section titled “Signature”function concat(): Operator<S, S>Returns
Section titled “Returns”A Operator<S, S> value.
Example
Section titled “Example”import { concat } from "@graphrefly/ts/operators";Source
Section titled “Source”packages/ts/src/graph/combinators.ts