git.fiddlerwoaroof.com
docs/Internal-generic-functions.html
ad00caba
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
 <html>
6136075d
 <!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
ad00caba
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
6136075d
 <title>Internal generic functions (The data-lens/beta/transducers Reference Manual)</title>
ad00caba
 
6136075d
 <meta name="description" content="The data-lens/beta/transducers Reference Manual.">
 <meta name="keywords" content="Internal generic functions (The data-lens/beta/transducers Reference Manual)">
ad00caba
 <meta name="resource-type" content="document">
 <meta name="distribution" content="global">
8b39d023
 <meta name="Generator" content="texi2any">
6136075d
 <link href="index.html" rel="start" title="Top">
 <link href="Indexes.html" rel="index" title="Indexes">
ad00caba
 <link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
6136075d
 <link href="Internal-definitions.html" rel="up" title="Internal definitions">
 <link href="Internal-classes.html" rel="next" title="Internal classes">
 <link href="Internal-functions.html" rel="prev" title="Internal functions">
ad00caba
 <style type="text/css">
 <!--
 a.summary-letter {text-decoration: none}
 blockquote.indentedblock {margin-right: 0em}
 div.display {margin-left: 3.2em}
 div.example {margin-left: 3.2em}
 div.lisp {margin-left: 3.2em}
 kbd {font-style: oblique}
 pre.display {font-family: inherit}
 pre.format {font-family: inherit}
 pre.menu-comment {font-family: serif}
 pre.menu-preformatted {font-family: serif}
 span.nolinebreak {white-space: nowrap}
 span.roman {font-family: initial; font-weight: normal}
 span.sansserif {font-family: sans-serif; font-weight: normal}
 ul.no-bullet {list-style: none}
 -->
 </style>
 
 
 </head>
 
 <body lang="en">
6136075d
 <span id="Internal-generic-functions"></span><div class="header">
ad00caba
 <p>
6136075d
 Next: <a href="Internal-classes.html" accesskey="n" rel="next">Internal classes</a>, Previous: <a href="Internal-functions.html" accesskey="p" rel="prev">Internal functions</a>, Up: <a href="Internal-definitions.html" accesskey="u" rel="up">Internal definitions</a> &nbsp; [<a href="index.html#SEC_Contents" title="Table of contents" rel="contents">Contents</a>][<a href="Indexes.html" title="Index" rel="index">Index</a>]</p>
ad00caba
 </div>
 <hr>
6136075d
 <span id="Generic-functions-1"></span><h4 class="subsection">4.2.3 Generic functions</h4>
ad00caba
 <dl>
6136075d
 <dt id="index-clone">Generic Function: <strong>clone</strong> <em>OBJ &amp;rest NEW-INITARGS &amp;key</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-generic-function"></span><span id="index-Generic-Function_002c-clone"></span>
ad00caba
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
ad00caba
 </p></dd>
 <dt><strong>Source</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
ad00caba
 </p></dd>
 <dt><strong>Methods</strong></dt>
 <dd><dl>
6136075d
 <dt id="index-clone-1">Method: <strong>clone</strong> <em>OBJ &amp;rest NEW-INITARGS &amp;key <tt>around</tt></em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236CLONE-COMMON_002dLISP_2236_2236T-AROUND-method"></span><span id="index-Method_002c-clone"></span>
ad00caba
 </dd></dl>
 </dd>
 </dl>
 </dd></dl>
 <dl>
6136075d
 <dt id="index-fmap">Generic Function: <strong>fmap</strong> <em>FUNCTION DATA</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-generic-function"></span><span id="index-Generic-Function_002c-fmap"></span>
ad00caba
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
ad00caba
 </p></dd>
 <dt><strong>Source</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
ad00caba
 </p></dd>
 <dt><strong>Methods</strong></dt>
 <dd><dl>
6136075d
 <dt id="index-fmap-1">Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>identity-</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"></span><span id="index-Method_002c-fmap"></span>
ad00caba
 </dd></dl>
 <dl>
6136075d
 <dt id="index-fmap-2">Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>constant-</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"></span><span id="index-Method_002c-fmap-1"></span>
ad00caba
 </dd></dl>
 <dl>
6136075d
 <dt id="index-fmap-3">Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>list</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236LIST-method"></span><span id="index-Method_002c-fmap-2"></span>
ad00caba
 </dd></dl>
 <dl>
6136075d
 <dt id="index-fmap-4">Method: <strong>fmap</strong> <em>FUNCTION (DATA <tt>vector</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236FMAP-COMMON_002dLISP_2236_2236T-COMMON_002dLISP_2236_2236VECTOR-method"></span><span id="index-Method_002c-fmap-3"></span>
ad00caba
 </dd></dl>
 </dd>
 </dl>
 </dd></dl>
 <dl>
6136075d
 <dt id="index-next">Generic Function: <strong>next</strong> <em>OBJECT</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236NEXT-generic-function"></span><span id="index-Generic-Function_002c-next"></span>
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
 <dd><p><a href="The-data_002dlens_002etransducers-package.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS-package"><tt>data-lens.transducers</tt></a>
 </p></dd>
 <dt><strong>Methods</strong></dt>
 <dd><dl>
 <dt id="index-next-1">Method: <strong>next</strong> <em>(LAZY-SEQUENCE <tt>lazy-sequence</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236NEXT-DATA_002dLENS_2024TRANSDUCERS_2236_2236LAZY_002dSEQUENCE-method"></span><span id="index-Method_002c-next"></span>
 <p>automatically generated reader method
 </p><dl compact="compact">
 <dt><strong>Source</strong></dt>
 <dd><p><a href="The-data_002dlens_002fbeta_002ftransducers_002flazy_002dsequence_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002flazy_002dsequence_2024lisp-file"><tt>lazy-sequence.lisp</tt></a> (file)
 </p></dd>
 </dl>
 </dd></dl>
 </dd>
 </dl>
 </dd></dl>
 <dl>
 <dt id="index-unconstant">Generic Function: <strong>unconstant</strong> <em>OBJECT</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-generic-function"></span><span id="index-Generic-Function_002c-unconstant"></span>
ad00caba
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
ad00caba
 </p></dd>
 <dt><strong>Methods</strong></dt>
 <dd><dl>
6136075d
 <dt id="index-unconstant-1">Method: <strong>unconstant</strong> <em>(CONSTANT- <tt>constant-</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNCONSTANT-DATA_002dLENS_2024LENSES_2236_2236CONSTANT_002d-method"></span><span id="index-Method_002c-unconstant"></span>
ad00caba
 <p>automatically generated reader method
 </p><dl compact="compact">
 <dt><strong>Source</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
ad00caba
 </p></dd>
 </dl>
 </dd></dl>
 </dd>
 </dl>
 </dd></dl>
 <dl>
6136075d
 <dt id="index-unidentity">Generic Function: <strong>unidentity</strong> <em>OBJECT</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-generic-function"></span><span id="index-Generic-Function_002c-unidentity"></span>
ad00caba
 <dl compact="compact">
 <dt><strong>Package</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002elenses-package.html#go-to-the-DATA_002dLENS_2024LENSES-package"><tt>data-lens.lenses</tt></a>
ad00caba
 </p></dd>
 <dt><strong>Methods</strong></dt>
 <dd><dl>
6136075d
 <dt id="index-unidentity-1">Method: <strong>unidentity</strong> <em>(IDENTITY- <tt>identity-</tt>)</em></dt>
 <dd><span id="go-to-the-DATA_002dLENS_2024LENSES_2236_2236UNIDENTITY-DATA_002dLENS_2024LENSES_2236_2236IDENTITY_002d-method"></span><span id="index-Method_002c-unidentity"></span>
ad00caba
 <p>automatically generated reader method
 </p><dl compact="compact">
 <dt><strong>Source</strong></dt>
8b39d023
 <dd><p><a href="The-data_002dlens_002foptics_002elisp-file.html#go-to-the-data_002dlens_002foptics_2024lisp-file"><tt>optics.lisp</tt></a> (file)
ad00caba
 </p></dd>
 </dl>
 </dd></dl>
 </dd>
 </dl>
 </dd></dl>
 
 
 
 
 </body>
 </html>