Apply this Process to an Iterable.
Transform the input of this Process1.
Feed a single input to this Process1.
Transform self to operate on the left hand side of an \/, passing
through any values it receives on the right.
Transform self to operate on the left hand side of an \/, passing
through any values it receives on the right. Note that this halts
whenever self halts.
Transform self to operate on the right hand side of an \/, passing
through any values it receives on the left.
Transform self to operate on the right hand side of an \/, passing
through any values it receives on the left. Note that this halts
whenever self halts.
(process1Syntax: StringAdd).self
(process1Syntax: StringFormat).self
(process1Syntax: ArrowAssoc[Process1Syntax[I, O]]).x
(Since version 2.10.0) Use leftOfArrow instead
(process1Syntax: Ensuring[Process1Syntax[I, O]]).x
(Since version 2.10.0) Use resultOfEnsuring instead