summaryrefslogtreecommitdiff
path: root/docs/v3/module-Collections.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/v3/module-Collections.html')
-rw-r--r--docs/v3/module-Collections.html50
1 files changed, 43 insertions, 7 deletions
diff --git a/docs/v3/module-Collections.html b/docs/v3/module-Collections.html
index 83c881b..f09e3f0 100644
--- a/docs/v3/module-Collections.html
+++ b/docs/v3/module-Collections.html
@@ -30,7 +30,7 @@
</div>
<ul class="nav navbar-nav">
<li id="version-dropdown" class="dropdown">
- <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.3 <span class="caret"></span>
+ <a href="#" class="dropdown-toggle vertically-centered" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">v3.2.4 <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><a href="../v3/">v3.0.x</a></li>
@@ -934,7 +934,7 @@ containing the concatenated results of the <code>iteratee</code> function. Invok
- <h4 class="name" id="detect"><span class="type-signature">(static) </span>detect<span class="signature">(coll, iteratee, callback<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
+ <h4 class="name" id="detect"><span class="type-signature">(static) </span>detect<span class="signature">(coll, iteratee, callback<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {Promise}</span></h4>
@@ -1084,11 +1084,23 @@ Result will be the first item in the array that passes the truth test
<div class="param-desc">
- <p>A Promise, if no callback is passed</p>
+ <p>a promise, if a callback is omitted</p>
</div>
+<dl class="param-type">
+ <dt>
+ Type
+ </dt>
+ <dd>
+
+<span class="param-type">Promise</span>
+
+
+ </dd>
+</dl>
+
@@ -1197,7 +1209,7 @@ async () =&gt; {
- <h4 class="name" id="detectLimit"><span class="type-signature">(static) </span>detectLimit<span class="signature">(coll, limit, iteratee, callback<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
+ <h4 class="name" id="detectLimit"><span class="type-signature">(static) </span>detectLimit<span class="signature">(coll, limit, iteratee, callback<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {Promise}</span></h4>
@@ -1365,11 +1377,23 @@ Result will be the first item in the array that passes the truth test
<div class="param-desc">
- <p>a Promise if no callback is passed</p>
+ <p>a promise, if a callback is omitted</p>
</div>
+<dl class="param-type">
+ <dt>
+ Type
+ </dt>
+ <dd>
+
+<span class="param-type">Promise</span>
+
+
+ </dd>
+</dl>
+
@@ -1440,7 +1464,7 @@ Result will be the first item in the array that passes the truth test
- <h4 class="name" id="detectSeries"><span class="type-signature">(static) </span>detectSeries<span class="signature">(coll, iteratee, callback<span class="signature-attributes">opt</span>)</span><span class="type-signature"></span></h4>
+ <h4 class="name" id="detectSeries"><span class="type-signature">(static) </span>detectSeries<span class="signature">(coll, iteratee, callback<span class="signature-attributes">opt</span>)</span><span class="type-signature"> &#x2192; {Promise}</span></h4>
@@ -1584,11 +1608,23 @@ Result will be the first item in the array that passes the truth test
<div class="param-desc">
- <p>a Promise if no callback is passed</p>
+ <p>a promise, if a callback is omitted</p>
</div>
+<dl class="param-type">
+ <dt>
+ Type
+ </dt>
+ <dd>
+
+<span class="param-type">Promise</span>
+
+
+ </dd>
+</dl>
+