3cleave ( x y z seq -- )
Factor handbook » The language » Combinators » Dataflow combinators » Cleave combinators

Prev:2cleave ( x y seq -- )
Next:4cleave ( w x y z seq -- )


Vocabulary
combinators

Inputs
xan object
yan object
zan object
seqa sequence of quotations with stack effect ( x y z -- ... )


Outputs
None

Word description
Applies each quotation to the three objects in turn.

Definition