Class Zipped<Result>

java.lang.Object
org.dmfs.jems2.iterable.DelegatingIterable<Result>
org.dmfs.jems2.iterable.Zipped<Result>
All Implemented Interfaces:
Iterable<Result>

public final class Zipped<Result> extends DelegatingIterable<Result>
An Iterable combining the elements of two given Iterables using a BiFunction.

This iterates as many elements as the shorter of both Iterables.