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 --- .../collections/CollectionStrawMan1$/Ops.html | 5753 ++++++++++++++++++++ 1 file changed, 5753 insertions(+) create mode 100644 api/strawman/collections/CollectionStrawMan1$/Ops.html (limited to 'api/strawman/collections/CollectionStrawMan1$/Ops.html') diff --git a/api/strawman/collections/CollectionStrawMan1$/Ops.html b/api/strawman/collections/CollectionStrawMan1$/Ops.html new file mode 100644 index 000000000..174e17cb0 --- /dev/null +++ b/api/strawman/collections/CollectionStrawMan1$/Ops.html @@ -0,0 +1,5753 @@ + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+ + + + +
+
+ + + + + trait + + + Ops + +
+ + +
+

Operations returning types unrelated to current collection

+ +
+ + +

Members

+ +
+ +
+
+ + + + + + + + def + + + + foldLeft + + + + + + ( + + + + z: + + B + + + ) + + ( + + + + op: + + (B, A) => B + + + ) + + + + + + + : B + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + foldRight + + + + + + ( + + + + z: + + B + + + ) + + ( + + + + op: + + (A, B) => B + + + ) + + + + + + + : B + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + foreach + + + + + + ( + + + + f: + + A => Unit + + + ) + + + + + + + : Unit + +
+ +
+ +
+
+ + + +
+
+ + + + + + + + def + + + + indexWhere + + + + + + ( + + + + p: + + A => Boolean + + + ) + + + + + + + : Int + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + isEmpty + + + + + + + + + : Boolean + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + iterator + + + + + + + + + : Iterator + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + to + + + + + + ( + + + + fi: + + FromIterator +[ +C +] + + + ) + + + + + + + : C + +
+ +
+ +
+
+ +
+
+ + + + + + + + def + + + + view + + + + + + + + + : View + +
+ +
+ +
+
+ +
+
+
+
+ + + + + + + + + + + + -- cgit v1.2.3