mirror of https://github.com/codefeathers/fuse
Muthu Kumar
7 years ago
6 changed files with 2999 additions and 14 deletions
@ -0,0 +1,840 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="utf-8"> |
||||
|
<title>JSDoc: Class: Fuse</title> |
||||
|
|
||||
|
<script src="scripts/prettify/prettify.js"> </script> |
||||
|
<script src="scripts/prettify/lang-css.js"> </script> |
||||
|
<!--[if lt IE 9]> |
||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
|
<![endif]--> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
|
||||
|
<div id="main"> |
||||
|
|
||||
|
<h1 class="page-title">Class: Fuse</h1> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<section> |
||||
|
|
||||
|
<header> |
||||
|
|
||||
|
<h2><span class="attribs"><span class="type-signature"></span></span>Fuse<span class="signature">()</span><span class="type-signature"></span></h2> |
||||
|
|
||||
|
|
||||
|
</header> |
||||
|
|
||||
|
<article> |
||||
|
<div class="container-overview"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="Fuse"><span class="type-signature"></span>new Fuse<span class="signature">()</span><span class="type-signature"></span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Creates a new Fuse instance. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line128">line 128</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
<h3 class="subsection-title">Extends</h3> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<ul> |
||||
|
<li><a href="FuseItem.html">FuseItem</a></li> |
||||
|
</ul> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h3 class="subsection-title">Methods</h3> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="is"><span class="type-signature"></span>is<span class="signature">(value, consequent)</span><span class="type-signature"> → {<a href="Fuse.html">Fuse</a>}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Accepts a value instead of a test function, and checks for strict |
||||
|
equality with this.value. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>value</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Any value to check against this.value</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>consequent</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">function</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Consequent callback function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line164">line 164</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
An instance of Fuse |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type"><a href="Fuse.html">Fuse</a></span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="not"><span class="type-signature"></span>not<span class="signature">(value, consequent)</span><span class="type-signature"> → {<a href="Fuse.html">Fuse</a>}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Accepts a value instead of a test function, and checks for strict |
||||
|
inequality with this.value. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>value</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Any value to check against this.value</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>consequent</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">function</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Consequent callback function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line176">line 176</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
An instance of Fuse |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type"><a href="Fuse.html">Fuse</a></span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="on"><span class="type-signature"></span>on<span class="signature">(predicate, consequent)</span><span class="type-signature"> → {<a href="Fuse.html">Fuse</a>}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Accepts a test and consequent function each and returns a new |
||||
|
Fuse or FuseIterable instance. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>predicate</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">callback</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">A test callback function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>consequent</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">callback</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Consequent callback function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line143">line 143</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
Returns a new Fuse instance |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type"><a href="Fuse.html">Fuse</a></span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="resolve"><span class="type-signature"></span>resolve<span class="signature">()</span><span class="type-signature"> → {null}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Fallback resolve prototype. Returns null when called. |
||||
|
Used in case a resolve is never found. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="inherited-from">Inherited From:</dt> |
||||
|
<dd class="inherited-from"><ul class="dummy"><li> |
||||
|
<a href="FuseItem.html#resolve">FuseItem#resolve</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line49">line 49</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
null |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type">null</span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</article> |
||||
|
|
||||
|
</section> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<nav> |
||||
|
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Fuse.html">Fuse</a></li><li><a href="FuseItem.html">FuseItem</a></li><li><a href="FuseIterable.html">FuseIterable</a></li></ul><h3><a href="global.html">Global</a></h3> |
||||
|
</nav> |
||||
|
|
||||
|
<br class="clear"> |
||||
|
|
||||
|
<footer> |
||||
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 11 2018 11:02:55 GMT+0530 (IST) |
||||
|
</footer> |
||||
|
|
||||
|
<script> prettyPrint(); </script> |
||||
|
<script src="scripts/linenumber.js"> </script> |
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,593 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="utf-8"> |
||||
|
<title>JSDoc: Class: FuseItem</title> |
||||
|
|
||||
|
<script src="scripts/prettify/prettify.js"> </script> |
||||
|
<script src="scripts/prettify/lang-css.js"> </script> |
||||
|
<!--[if lt IE 9]> |
||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
|
<![endif]--> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
|
||||
|
<div id="main"> |
||||
|
|
||||
|
<h1 class="page-title">Class: FuseItem</h1> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<section> |
||||
|
|
||||
|
<header> |
||||
|
|
||||
|
<h2><span class="attribs"><span class="type-signature"></span></span>FuseItem<span class="signature">()</span><span class="type-signature"></span></h2> |
||||
|
|
||||
|
|
||||
|
</header> |
||||
|
|
||||
|
<article> |
||||
|
<div class="container-overview"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="FuseItem"><span class="type-signature"></span>new FuseItem<span class="signature">()</span><span class="type-signature"></span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Creates a FuseItem instance with a value and optional resolve function. |
||||
|
FuseIterable constructor uses it internally, and Fuse extends FuseItem. |
||||
|
Not exposed. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line23">line 23</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h3 class="subsection-title">Methods</h3> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="resolve"><span class="type-signature"></span>resolve<span class="signature">()</span><span class="type-signature"> → {null}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Fallback resolve prototype. Returns null when called. |
||||
|
Used in case a resolve is never found. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line49">line 49</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
null |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type">null</span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</article> |
||||
|
|
||||
|
</section> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<section> |
||||
|
|
||||
|
<header> |
||||
|
|
||||
|
<h2><span class="attribs"><span class="type-signature"></span></span>FuseItem<span class="signature">(value, resolve)</span><span class="type-signature"></span></h2> |
||||
|
|
||||
|
|
||||
|
</header> |
||||
|
|
||||
|
<article> |
||||
|
<div class="container-overview"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="FuseItem"><span class="type-signature"></span>new FuseItem<span class="signature">(value, resolve)</span><span class="type-signature"></span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>value</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">The input value</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>resolve</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">function</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Optional resolve function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line35">line 35</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h3 class="subsection-title">Methods</h3> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="resolve"><span class="type-signature"></span>resolve<span class="signature">()</span><span class="type-signature"> → {null}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Fallback resolve prototype. Returns null when called. |
||||
|
Used in case a resolve is never found. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line49">line 49</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
null |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type">null</span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</article> |
||||
|
|
||||
|
</section> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<nav> |
||||
|
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Fuse.html">Fuse</a></li><li><a href="FuseItem.html">FuseItem</a></li><li><a href="FuseIterable.html">FuseIterable</a></li></ul><h3><a href="global.html">Global</a></h3> |
||||
|
</nav> |
||||
|
|
||||
|
<br class="clear"> |
||||
|
|
||||
|
<footer> |
||||
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 11 2018 11:02:55 GMT+0530 (IST) |
||||
|
</footer> |
||||
|
|
||||
|
<script> prettyPrint(); </script> |
||||
|
<script src="scripts/linenumber.js"> </script> |
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,844 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="utf-8"> |
||||
|
<title>JSDoc: Class: FuseIterable</title> |
||||
|
|
||||
|
<script src="scripts/prettify/prettify.js"> </script> |
||||
|
<script src="scripts/prettify/lang-css.js"> </script> |
||||
|
<!--[if lt IE 9]> |
||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
|
<![endif]--> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
|
||||
|
<div id="main"> |
||||
|
|
||||
|
<h1 class="page-title">Class: FuseIterable</h1> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<section> |
||||
|
|
||||
|
<header> |
||||
|
|
||||
|
<h2><span class="attribs"><span class="type-signature"></span></span>FuseIterable<span class="signature">(values, tests)</span><span class="type-signature"></span></h2> |
||||
|
|
||||
|
<div class="class-description">FuseIterable</div> |
||||
|
|
||||
|
|
||||
|
</header> |
||||
|
|
||||
|
<article> |
||||
|
<div class="container-overview"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h2>Constructor</h2> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="FuseIterable"><span class="type-signature"></span>new FuseIterable<span class="signature">(values, tests)</span><span class="type-signature"></span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>values</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">iterable</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">An iterable expression as the switch</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>tests</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">Array.<function()></span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Array of { test, consequent } objects |
||||
|
<h6>Properties</h6> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>predicate</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">function</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Test function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>consequent</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">function</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Consequent function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line63">line 63</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h3 class="subsection-title">Methods</h3> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="on"><span class="type-signature"></span>on<span class="signature">(predicate, consequent)</span><span class="type-signature"> → {<a href="FuseIterable.html">FuseIterable</a>}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Accepts a test and consequent function each and returns a new |
||||
|
FuseIterable instance. |
||||
|
FuseIterable.prototype.for works a little differently than |
||||
|
Fuse.prototype.for, by lazy accumulating the tests and |
||||
|
resolving all the values when .resolve() is called. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>predicate</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">callback</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">A test callback function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>consequent</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">callback</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Consequent callback function</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line83">line 83</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
An instance of FuseIterable |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type"><a href="FuseIterable.html">FuseIterable</a></span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="onField"><span class="type-signature"></span>onField<span class="signature">(…tuples)</span><span class="type-signature"> → {<a href="FuseIterable.html">FuseIterable</a>}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Accepts a list of tuples as arguments and returns a new |
||||
|
FuseIterable instance. An alternative to chaining multiple |
||||
|
FuseIterable.prototype.on methods. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
<th>Attributes</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>tuples</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">Array.<function()></span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
<td class="attributes"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<repeatable><br> |
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Array of [ predicate, consequent ] pairs</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line99">line 99</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
An instance of FuseIterable |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type"><a href="FuseIterable.html">FuseIterable</a></span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="resolve"><span class="type-signature"></span>resolve<span class="signature">(…args)</span><span class="type-signature"> → {any|null}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<div class="description"> |
||||
|
Accepts parameters during resolve time and passes them along with |
||||
|
each value into the winning consequent function. |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
<th>Attributes</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>args</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
<td class="attributes"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<repeatable><br> |
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">Any number of arguments</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line114">line 114</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
Resolved value or null if it was unresolved |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
| |
||||
|
|
||||
|
<span class="param-type">null</span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</article> |
||||
|
|
||||
|
</section> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<nav> |
||||
|
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Fuse.html">Fuse</a></li><li><a href="FuseItem.html">FuseItem</a></li><li><a href="FuseIterable.html">FuseIterable</a></li></ul><h3><a href="global.html">Global</a></h3> |
||||
|
</nav> |
||||
|
|
||||
|
<br class="clear"> |
||||
|
|
||||
|
<footer> |
||||
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 11 2018 11:02:55 GMT+0530 (IST) |
||||
|
</footer> |
||||
|
|
||||
|
<script> prettyPrint(); </script> |
||||
|
<script src="scripts/linenumber.js"> </script> |
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,474 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="utf-8"> |
||||
|
<title>JSDoc: Global</title> |
||||
|
|
||||
|
<script src="scripts/prettify/prettify.js"> </script> |
||||
|
<script src="scripts/prettify/lang-css.js"> </script> |
||||
|
<!--[if lt IE 9]> |
||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
|
<![endif]--> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
|
||||
|
<div id="main"> |
||||
|
|
||||
|
<h1 class="page-title">Global</h1> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<section> |
||||
|
|
||||
|
<header> |
||||
|
|
||||
|
<h2></h2> |
||||
|
|
||||
|
|
||||
|
</header> |
||||
|
|
||||
|
<article> |
||||
|
<div class="container-overview"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h3 class="subsection-title">Type Definitions</h3> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="consequent"><span class="type-signature"></span>consequent<span class="signature">(value, …args)</span><span class="type-signature"> → {any}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
<th>Attributes</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>value</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
<td class="attributes"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">The selected Fuse value</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>args</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
<td class="attributes"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<repeatable><br> |
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">An arbitrary array of arguments</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line16">line 16</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h4 class="name" id="predicate"><span class="type-signature"></span>predicate<span class="signature">(value)</span><span class="type-signature"> → {boolean}</span></h4> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Parameters:</h5> |
||||
|
|
||||
|
|
||||
|
<table class="params"> |
||||
|
<thead> |
||||
|
<tr> |
||||
|
|
||||
|
<th>Name</th> |
||||
|
|
||||
|
|
||||
|
<th>Type</th> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<th class="last">Description</th> |
||||
|
</tr> |
||||
|
</thead> |
||||
|
|
||||
|
<tbody> |
||||
|
|
||||
|
|
||||
|
<tr> |
||||
|
|
||||
|
<td class="name"><code>value</code></td> |
||||
|
|
||||
|
|
||||
|
<td class="type"> |
||||
|
|
||||
|
|
||||
|
<span class="param-type">any</span> |
||||
|
|
||||
|
|
||||
|
|
||||
|
</td> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<td class="description last">The selected Fuse value</td> |
||||
|
</tr> |
||||
|
|
||||
|
|
||||
|
</tbody> |
||||
|
</table> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl class="details"> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<dt class="tag-source">Source:</dt> |
||||
|
<dd class="tag-source"><ul class="dummy"><li> |
||||
|
<a href="index.js.html">index.js</a>, <a href="index.js.html#line10">line 10</a> |
||||
|
</li></ul></dd> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<h5>Returns:</h5> |
||||
|
|
||||
|
|
||||
|
<div class="param-desc"> |
||||
|
The Boolean result of the test |
||||
|
</div> |
||||
|
|
||||
|
|
||||
|
|
||||
|
<dl> |
||||
|
<dt> |
||||
|
Type |
||||
|
</dt> |
||||
|
<dd> |
||||
|
|
||||
|
<span class="param-type">boolean</span> |
||||
|
|
||||
|
|
||||
|
</dd> |
||||
|
</dl> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</article> |
||||
|
|
||||
|
</section> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<nav> |
||||
|
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Fuse.html">Fuse</a></li><li><a href="FuseItem.html">FuseItem</a></li><li><a href="FuseIterable.html">FuseIterable</a></li></ul><h3><a href="global.html">Global</a></h3> |
||||
|
</nav> |
||||
|
|
||||
|
<br class="clear"> |
||||
|
|
||||
|
<footer> |
||||
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 11 2018 11:02:55 GMT+0530 (IST) |
||||
|
</footer> |
||||
|
|
||||
|
<script> prettyPrint(); </script> |
||||
|
<script src="scripts/linenumber.js"> </script> |
||||
|
</body> |
||||
|
</html> |
@ -0,0 +1,233 @@ |
|||||
|
<!DOCTYPE html> |
||||
|
<html lang="en"> |
||||
|
<head> |
||||
|
<meta charset="utf-8"> |
||||
|
<title>JSDoc: Source: index.js</title> |
||||
|
|
||||
|
<script src="scripts/prettify/prettify.js"> </script> |
||||
|
<script src="scripts/prettify/lang-css.js"> </script> |
||||
|
<!--[if lt IE 9]> |
||||
|
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> |
||||
|
<![endif]--> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/prettify-tomorrow.css"> |
||||
|
<link type="text/css" rel="stylesheet" href="styles/jsdoc-default.css"> |
||||
|
</head> |
||||
|
|
||||
|
<body> |
||||
|
|
||||
|
<div id="main"> |
||||
|
|
||||
|
<h1 class="page-title">Source: index.js</h1> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
<section> |
||||
|
<article> |
||||
|
<pre class="prettyprint source linenums"><code>'use strict'; |
||||
|
|
||||
|
/** |
||||
|
* FUSE |
||||
|
* FunctionSelect: Return a function based on a condition. |
||||
|
* @version 0.10.0 |
||||
|
* @author Muthu Kumar (MKRhere) |
||||
|
*/ |
||||
|
|
||||
|
/** |
||||
|
* @callback predicate |
||||
|
* @param {any} value The selected Fuse value |
||||
|
* @returns {boolean} The Boolean result of the test |
||||
|
*/ |
||||
|
|
||||
|
/** |
||||
|
* @callback consequent |
||||
|
* @param {any} value The selected Fuse value |
||||
|
* @param {...any} args An arbitrary array of arguments |
||||
|
* @returns {any} |
||||
|
*/ |
||||
|
|
||||
|
/** |
||||
|
* Creates a FuseItem instance with a value and optional resolve function. |
||||
|
* FuseIterable constructor uses it internally, and Fuse extends FuseItem. |
||||
|
* Not exposed. |
||||
|
* @class FuseItem |
||||
|
*/ |
||||
|
class FuseItem { |
||||
|
/** |
||||
|
* @param {any} value The input value |
||||
|
* @param {function} resolve Optional resolve function |
||||
|
* @constructs FuseItem |
||||
|
*/ |
||||
|
constructor(value, resolve) { |
||||
|
this.value = value; |
||||
|
if (resolve) { |
||||
|
this.resolve = (...args) => resolve(this.value, ...args); |
||||
|
this.resolved = true; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Fallback resolve prototype. Returns null when called. |
||||
|
* Used in case a resolve is never found. |
||||
|
* @returns {null} null |
||||
|
* @memberof FuseItem |
||||
|
*/ |
||||
|
resolve() { |
||||
|
return null; |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Creates a FuseIterable instance from an array or iterable. |
||||
|
* @class FuseIterable |
||||
|
* @param {iterable} values An iterable expression as the switch |
||||
|
* @param {Array<function>} tests Array of { test, consequent } objects |
||||
|
* @param {function} tests[].predicate Test function |
||||
|
* @param {function} tests[].consequent Consequent function |
||||
|
* @constructs FuseIterable |
||||
|
*/ |
||||
|
class FuseIterable { |
||||
|
constructor(values, conditionals) { |
||||
|
this.values = Array.from(values).map(value => |
||||
|
value instanceof FuseItem |
||||
|
? value |
||||
|
: new FuseItem(value)); |
||||
|
this.conditionals = conditionals || []; |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Accepts a test and consequent function each and returns a new |
||||
|
* FuseIterable instance. |
||||
|
* FuseIterable.prototype.for works a little differently than |
||||
|
* Fuse.prototype.for, by lazy accumulating the tests and |
||||
|
* resolving all the values when .resolve() is called. |
||||
|
* @param {callback} predicate A test callback function |
||||
|
* @param {callback} consequent Consequent callback function |
||||
|
* @returns {FuseIterable} An instance of FuseIterable |
||||
|
* @memberof FuseIterable |
||||
|
*/ |
||||
|
on(predicate, consequent) { |
||||
|
return new FuseIterable(this.values, [ |
||||
|
...this.conditionals, |
||||
|
{ predicate, consequent } |
||||
|
]); |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Accepts a list of tuples as arguments and returns a new |
||||
|
* FuseIterable instance. An alternative to chaining multiple |
||||
|
* FuseIterable.prototype.on methods. |
||||
|
* @memberOf FuseIterable |
||||
|
* @param {...Array.<function>} tuples - |
||||
|
* Array of [ predicate, consequent ] pairs |
||||
|
* @returns {FuseIterable} An instance of FuseIterable |
||||
|
*/ |
||||
|
onField(...tuples) { |
||||
|
const conditionals = tuples.map(conditional => |
||||
|
({ |
||||
|
predicate: conditional[0], |
||||
|
consequent: conditional[1] |
||||
|
})); |
||||
|
return new FuseIterable(this.values, conditionals); |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Accepts parameters during resolve time and passes them along with |
||||
|
* each value into the winning consequent function. |
||||
|
* @param {...any} args Any number of arguments |
||||
|
* @returns {(any|null)} Resolved value or null if it was unresolved |
||||
|
*/ |
||||
|
resolve(...args) { |
||||
|
return this.values.map(item => { |
||||
|
const resolver = this.conditionals.find(conditional => |
||||
|
conditional.predicate(item.value) |
||||
|
? conditional.consequent |
||||
|
: null |
||||
|
); |
||||
|
return resolver |
||||
|
? resolver.consequent(item.value, ...args) |
||||
|
: null; |
||||
|
}); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Creates a new Fuse instance. |
||||
|
* @class Fuse |
||||
|
* @extends {FuseItem} |
||||
|
*/ |
||||
|
class Fuse extends FuseItem { |
||||
|
|
||||
|
/** |
||||
|
* Accepts a test and consequent function each and returns a new |
||||
|
* Fuse or FuseIterable instance. |
||||
|
* @param {callback} predicate A test callback function |
||||
|
* @param {callback} consequent Consequent callback function |
||||
|
* @returns {Fuse} Returns a new Fuse instance |
||||
|
* @memberof Fuse |
||||
|
*/ |
||||
|
on(predicate, consequent) { |
||||
|
|
||||
|
/* If a resolve exists, just pass on the instance |
||||
|
until .resolve() is called */ |
||||
|
if (this.resolved) return this; |
||||
|
|
||||
|
if (predicate(this.value)) return new Fuse(this.value, consequent); |
||||
|
|
||||
|
/* If the test doesn't pass, just pass the Fuse |
||||
|
instance along the chain until a test passes, |
||||
|
or .resolve() is called */ |
||||
|
return this; |
||||
|
} |
||||
|
|
||||
|
/** |
||||
|
* Accepts a value instead of a test function, and checks for strict |
||||
|
* equality with this.value. |
||||
|
* @param {any} value Any value to check against this.value |
||||
|
* @param {function} consequent Consequent callback function |
||||
|
* @returns {Fuse} An instance of Fuse |
||||
|
*/ |
||||
|
is(value, consequent) { |
||||
|
return this.on(() => value === this.value, consequent); |
||||
|
} |
||||
|
|
||||
|
|
||||
|
/** |
||||
|
* Accepts a value instead of a test function, and checks for strict |
||||
|
* inequality with this.value. |
||||
|
* @param {any} value Any value to check against this.value |
||||
|
* @param {function} consequent Consequent callback function |
||||
|
* @returns {Fuse} An instance of Fuse |
||||
|
*/ |
||||
|
not(value, consequent) { |
||||
|
return this.on(() => value !== this.value, consequent); |
||||
|
} |
||||
|
} |
||||
|
|
||||
|
module.exports = Fuse; |
||||
|
module.exports.FuseIterable = FuseIterable; |
||||
|
</code></pre> |
||||
|
</article> |
||||
|
</section> |
||||
|
|
||||
|
|
||||
|
|
||||
|
|
||||
|
</div> |
||||
|
|
||||
|
<nav> |
||||
|
<h2><a href="index.html">Home</a></h2><h3>Classes</h3><ul><li><a href="Fuse.html">Fuse</a></li><li><a href="FuseItem.html">FuseItem</a></li><li><a href="FuseIterable.html">FuseIterable</a></li></ul><h3><a href="global.html">Global</a></h3> |
||||
|
</nav> |
||||
|
|
||||
|
<br class="clear"> |
||||
|
|
||||
|
<footer> |
||||
|
Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.5.5</a> on Wed Apr 11 2018 11:02:55 GMT+0530 (IST) |
||||
|
</footer> |
||||
|
|
||||
|
<script> prettyPrint(); </script> |
||||
|
<script src="scripts/linenumber.js"> </script> |
||||
|
</body> |
||||
|
</html> |
Loading…
Reference in new issue