Term Kind Topic What it is
Filter Composability concept Pipes and Filters The property that makes a pipeline style work — each stage transforms input to output with no shared state, so stages can be reordered, reused and scaled independently.