Files
data-lens/docs/The-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp-file.html
2021-01-06 14:55:01 -08:00

101 lines
8.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<!-- Created by GNU Texinfo 6.7, http://www.gnu.org/software/texinfo/ -->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>The data-lens/beta/transducers/transducerslisp file (The data-lens/beta/transducers Reference Manual)</title>
<meta name="description" content="The data-lens/beta/transducers Reference Manual.">
<meta name="keywords" content="The data-lens/beta/transducers/transducerslisp file (The data-lens/beta/transducers Reference Manual)">
<meta name="resource-type" content="document">
<meta name="distribution" content="global">
<meta name="Generator" content="texi2any">
<link href="index.html" rel="start" title="Top">
<link href="Indexes.html" rel="index" title="Indexes">
<link href="index.html#SEC_Contents" rel="contents" title="Table of Contents">
<link href="Lisp-files.html" rel="up" title="Lisp files">
<link href="The-data_002dlens_002fbeta_002ftransducers_002flazy_002dsequence_002elisp-file.html" rel="next" title="The data-lens/beta/transducers/lazy-sequencelisp file">
<link href="The-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_002elisp-file.html" rel="prev" title="The data-lens/beta/transducers/transducer-protocollisp file">
<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">
<span id="The-data_002dlens_002fbeta_002ftransducers_002ftransducers_2024lisp-file"></span><div class="header">
<p>
Next: <a href="The-data_002dlens_002fbeta_002ftransducers_002flazy_002dsequence_002elisp-file.html" accesskey="n" rel="next">The data-lens/beta/transducers/lazy-sequencelisp file</a>, Previous: <a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_002elisp-file.html" accesskey="p" rel="prev">The data-lens/beta/transducers/transducer-protocollisp file</a>, Up: <a href="Lisp-files.html" accesskey="u" rel="up">Lisp files</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>
</div>
<hr>
<span id="data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp"></span><h4 class="subsection">2.1.4 <tt>data-lens/beta/transducers/transducers.lisp</tt></h4>
<span id="go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducers_2024lisp-file"></span><span id="index-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp"></span>
<span id="index-Lisp-File_002c-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp"></span>
<span id="index-File_002c-Lisp_002c-data_002dlens_002fbeta_002ftransducers_002ftransducers_002elisp"></span>
<dl compact="compact">
<dt><strong>Dependency</strong></dt>
<dd><p><a href="The-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_002elisp-file.html#go-to-the-data_002dlens_002fbeta_002ftransducers_002ftransducer_002dprotocol_2024lisp-file"><tt>transducer-protocol.lisp</tt></a> (file)
</p></dd>
<dt><strong>Parent</strong></dt>
<dd><p><a href="The-data_002dlens_002fbeta_002ftransducers-system.html#go-to-the-data_002dlens_002fbeta_002ftransducers-system"><tt>data-lens/beta/transducers</tt></a> (system)
</p></dd>
<dt><strong>Location</strong></dt>
<dd><p><tt>transducers.lisp</tt>
</p></dd>
<dt><strong>Exported Definitions</strong></dt>
<dd><ul>
<li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236CATTING-function"><tt>catting</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236COLLECTING-function"><tt>collecting</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236COMPRESSING_002dRUNS-function"><tt>compressing-runs</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236DEDUPING-function"><tt>deduping</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236DROPPING-function"><tt>dropping</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236FILTERING-function"><tt>filtering</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236HASH_002dTABLE_002dSELECT-function"><tt>hash-table-select</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236INIT-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236LIST_002dBUILDER_2769-method"><tt>init</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236INIT-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236VECTOR_002dBUILDER_2769-method"><tt>init</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236INIT-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236HASH_002dTABLE_002dBUILDER_2769-method"><tt>init</tt></a> (method)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236MAPCATTING-function"><tt>mapcatting</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236MAPPING-function"><tt>mapping</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236MV_002dFILTERING-function"><tt>mv-filtering</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236MV_002dMAPPING-function"><tt>mv-mapping</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236MV_002dSELECTING-function"><tt>mv-selecting</tt></a> (function)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236SPLITTING-function"><tt>splitting</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236STEPPER-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236LIST_002dBUILDER_2769-method"><tt>stepper</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236STEPPER-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236VECTOR_002dBUILDER_2769-method"><tt>stepper</tt></a> (method)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236STEPPER-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236HASH_002dTABLE_002dBUILDER_2769-method"><tt>stepper</tt></a> (method)
</li><li> <a href="Exported-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236TAKING-function"><tt>taking</tt></a> (function)
</li><li> <a href="Exported-generic-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2024INTERNALS_2236_2236UNWRAP-_2768eql-DATA_002dLENS_2024TRANSDUCERS_2236_2236LIST_002dBUILDER_2769-COMMON_002dLISP_2236_2236T-method"><tt>unwrap</tt></a> (method)
</li></ul>
</dd>
<dt><strong>Internal Definitions</strong></dt>
<dd><ul>
<li> <a href="Internal-macros.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236COMMENT-macro"><tt>comment</tt></a> (macro)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236EDUCTION-function"><tt>eduction</tt></a> (function)
</li><li> <a href="Internal-functions.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236SEQ-function"><tt>seq</tt></a> (function)
</li><li> <a href="Internal-macros.html#go-to-the-DATA_002dLENS_2024TRANSDUCERS_2236_2236TRANSDUCER_002dLAMBDA-macro"><tt>transducer-lambda</tt></a> (macro)
</li></ul>
</dd>
</dl>
</body>
</html>