convertZip
fun <Left, Right, Out> convertZip(left: (Left & Any, Interval) -> Out, right: (Right & Any, Interval) -> Out): NullBinaryOperation<Left, Right, Out>
Constructs a binary operation which converts either operand to the output if only one is present.
Throws ZipOperationBothDefinedException if both operands are present.