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.
This class provides infix syntax specific to
Process1.