These are comparable to SQL's outer join, etc, in that they return a result for every input value. The existing Zip would be the equivalent to an inner join.
The respective BiFunction would take Optionals that are absent when one of the input Iterables has ended.
These are comparable to SQL's outer join, etc, in that they return a result for every input value. The existing
Zip
would be the equivalent to an inner join. The respective BiFunction would take Optionals that are absent when one of the input Iterables has ended.