From abb6c717277fb7eb8635d94c32ecab5dee4dd903 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 2 Feb 2017 13:39:36 +0100 Subject: Initial gh-pages commit --- .../CollectionStrawMan6$/View$/Zip$.html | 5490 ++++++++++++++++++++ 1 file changed, 5490 insertions(+) create mode 100644 api/strawman/collections/CollectionStrawMan6$/View$/Zip$.html (limited to 'api/strawman/collections/CollectionStrawMan6$/View$/Zip$.html') diff --git a/api/strawman/collections/CollectionStrawMan6$/View$/Zip$.html b/api/strawman/collections/CollectionStrawMan6$/View$/Zip$.html new file mode 100644 index 000000000..b231ea467 --- /dev/null +++ b/api/strawman/collections/CollectionStrawMan6$/View$/Zip$.html @@ -0,0 +1,5490 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+ + + + +
+
+ + final + + + object + + + Zip + +
+ + +
+

A view that zips elements of the underlying collection with the elements +of another collection or iterator.

+ +
+ + +

Members

+ +
+ +
+
+ + + + + + + + def + + + + apply + + + + + + ( + + + + underlying: + + Iterable +[ +A +] + + , + + + + other: + + IterableOnce +[ +B +] + + + ) + + + + + + + : Zip + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + unapply + + + + + + ( + + + + x$1: + + Zip +[ +A, B +] + + + ) + + + + + + + : Zip + +
+ +
+ +
+
+ +
+
+
+
+ + + + + + + + + + + + -- cgit v1.2.3