Apply a Wye to two Iterable inputs.
Transform the left input of the given Wye using a Process1.
Transform the right input of the given Wye using a Process1.
Transform the left input to a Wye.
Transform the right input to a Wye.
Converting requests for the left input into normal termination.
Converting requests for the left input into normal termination.
Note that Both requests are rewritten to fetch from the only input.
Converting requests for the left input into normal termination.
Converting requests for the left input into normal termination.
Note that Both requests are rewritten to fetch from the only input.
This class provides infix syntax specific to
Wye. We put these here rather than trying to cram them intoProcessitself using implicit equality witnesses. This doesn't work out so well due to variance issues.