Files
data-lens/docs/data-lens-transducers.texi
2021-01-06 14:55:01 -08:00

2451 lines
88 KiB
Plaintext
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.

\input texinfo
@c data-lens-transducers.texi --- Reference manual
@c Copyright (C) 2021 Edward Langley
@c This file is part of data-lens/beta/transducers.
@c Commentary:
@c Generated automatically by Declt version 3.0 "Montgomery Scott"
@c on Wed Jan 06 14:24:28 2021 GMT-8.
@c ====================================================================
@c Header
@c ====================================================================
@c %**start of header
@setfilename data-lens-transducers.info
@settitle The data-lens/beta/transducers Reference Manual
@afourpaper
@documentencoding UTF-8
@c %**end of header
@c ====================================================================
@c Format Specific Tweaks
@c ====================================================================
@tex
%% Declt uses several Unicode characters to "reveal" blanks. This
%% works fine in HTML or Info output, but TeX will have problems with
%% these. The code below translates those characters to something that
%% TeX can handle.
%% U+23B5 (Bottom Square Bracket), used to reveal white spaces, is
%% translated to its Computer Modern teletype version.
\DeclareUnicodeCharacter{23B5}{{\tt\char'040}}
%% U+21B5 (Downwards Arrow With Corner Leftwards), used to reveal
%% carriage returns, is translated to \hookleftarrow in math mode.
\DeclareUnicodeCharacter{21B5}{\ensuremath\hookleftarrow}
%% U+21E5 (Rightwards Arrow To Bar), used to reveal tabs, is
%% translated to something that looks similar, based on a rightarrow
%% and a vertical bar from the math extension font.
\DeclareUnicodeCharacter{21E5}{%
\ensuremath{\rightarrow\kern-.5em\mathchar\"130C}}
%% Declt uses several Unicode characters to replace "fragile" ones in
%% anchor names and references. These characters are chosen to resemble
%% the original ones, without interfering with Info syntax. In TeX
%% however, we can switch them back to the original versions, because
%% cross-references are done differently. In theory, I think we could do
%% something similar for HTML output (again, only the Info syntax poses
%% problems), but I don't know how to do something similar to what's
%% below.
%% U+2024 (One Dot Leader) replaces periods.
\DeclareUnicodeCharacter{2024}{.}
%% U+2236 (Ratio) replaces colons.
\DeclareUnicodeCharacter{2236}{:}
%% U+2768 (Medium Left Parenthesis Ornament) replaces left parenthesis.
\DeclareUnicodeCharacter{2768}{(}
%% U+2769 (Medium Right Parenthesis Ornament) replaces right parenthesis.
\DeclareUnicodeCharacter{2769}{)}
%% U+214B (Turned Ampersand) replaces ampersands.
\DeclareUnicodeCharacter{214B}{&}
%% U+2216 (Set Minus) replaces backslashes.
\DeclareUnicodeCharacter{2216}{\char"5C}
%% The following ones are already defined in texinfo.tex so we have nothing
%% more to do:
%% U+201A (Single Low-9 Quotation Mark) replaces commas.
%% U+2205 (Empty Set) replaces empty symbol names.
@end tex
@c ====================================================================
@c Settings
@c ====================================================================
@setchapternewpage odd
@documentdescription
The data-lens/beta/transducers Reference Manual.
@end documentdescription
@c ====================================================================
@c New Commands
@c ====================================================================
@c ---------------
@c Indexing macros
@c ---------------
@c Packages
@macro packageindex{name}
@tpindex \name\
@tpindex @r{Package, }\name\
@end macro
@c Systems
@macro systemindex{name}
@tpindex \name\
@tpindex @r{System, }\name\
@end macro
@c Modules
@macro moduleindex{name}
@cindex @t{\name\}
@cindex Module, @t{\name\}
@end macro
@c Other files
@macro otherfileindex{name}
@cindex @t{\name\}
@cindex Other File, @t{\name\}
@cindex File, other, @t{\name\}
@end macro
@c Lisp files
@macro lispfileindex{name}
@cindex @t{\name\}
@cindex Lisp File, @t{\name\}
@cindex File, Lisp, @t{\name\}
@end macro
@c C files
@macro cfileindex{name}
@cindex @t{\name\}
@cindex C File, @t{\name\}
@cindex File, C, @t{\name\}
@end macro
@c Java files
@macro javafileindex{name}
@cindex @t{\name\}
@cindex Java File, @t{\name\}
@cindex File, Java, @t{\name\}
@end macro
@c Static files
@macro staticfileindex{name}
@cindex @t{\name\}
@cindex Static File, @t{\name\}
@cindex File, static, @t{\name\}
@end macro
@c Doc files
@macro docfileindex{name}
@cindex @t{\name\}
@cindex Doc File, @t{\name\}
@cindex File, doc, @t{\name\}
@end macro
@c HTML files
@macro htmlfileindex{name}
@cindex @t{\name\}
@cindex HTML File, @t{\name\}
@cindex File, html, @t{\name\}
@end macro
@c The following macros are meant to be used within @defxxx environments.
@c Texinfo performs half the indexing job and we do the other half.
@c Constants
@macro constantsubindex{name}
@vindex @r{Constant, }\name\
@end macro
@c Special variables
@macro specialsubindex{name}
@vindex @r{Special Variable, }\name\
@end macro
@c Symbol macros
@macro symbolmacrosubindex{name}
@vindex @r{Symbol Macro, }\name\
@end macro
@c Slots
@macro slotsubindex{name}
@vindex @r{Slot, }\name\
@end macro
@c Macros
@macro macrosubindex{name}
@findex @r{Macro, }\name\
@end macro
@c Compiler Macros
@macro compilermacrosubindex{name}
@findex @r{Compiler Macro, }\name\
@end macro
@c Functions
@macro functionsubindex{name}
@findex @r{Function, }\name\
@end macro
@c Methods
@macro methodsubindex{name}
@findex @r{Method, }\name\
@end macro
@c Generic Functions
@macro genericsubindex{name}
@findex @r{Generic Function, }\name\
@end macro
@c Setf Expanders
@macro setfexpandersubindex{name}
@findex @r{Setf Expander, }\name\
@end macro
@c Method Combinations
@macro shortcombinationsubindex{name}
@tpindex @r{Short Method Combination, }\name\
@tpindex @r{Method Combination, Short, }\name\
@end macro
@macro longcombinationsubindex{name}
@tpindex @r{Long Method Combination, }\name\
@tpindex @r{Method Combination, Long, }\name\
@end macro
@c Conditions
@macro conditionsubindex{name}
@tpindex @r{Condition, }\name\
@end macro
@c Structures
@macro structuresubindex{name}
@tpindex @r{Structure, }\name\
@end macro
@c Types
@macro typesubindex{name}
@tpindex @r{Type, }\name\
@end macro
@c Classes
@macro classsubindex{name}
@tpindex @r{Class, }\name\
@end macro
@c ====================================================================
@c Info Category and Directory
@c ====================================================================
@dircategory Common Lisp
@direntry
* data-lens/beta/transducers Reference: (data-lens-transducers). The data-lens/beta/transducers Reference Manual.
@end direntry
@c ====================================================================
@c Title Page
@c ====================================================================
@titlepage
@title The data-lens/beta/transducers Reference Manual
@subtitle A collection of transducers to reduce stream-manipulation overhead
@author Edward Langley <@email{el-cl@atchar{}elangley.org}>
@page
@quotation
This manual was generated automatically by Declt 3.0 "Montgomery Scott" on Wed Jan 06 14:24:28 2021 GMT-8.
@end quotation
@end titlepage
@c ====================================================================
@c Table of Contents
@c ====================================================================
@contents
@c ====================================================================
@c Top
@c ====================================================================
@ifnottex
@node Top, Systems, (dir), (dir)
@top The data-lens/beta/transducers Reference Manual
This is the data-lens/beta/transducers Reference Manual,
generated automatically by Declt version 3.0 "Montgomery Scott"
on Wed Jan 06 14:24:28 2021 GMT-8.
@menu
* Systems:: The systems documentation
* Files:: The files documentation
* Packages:: The packages documentation
* Definitions:: The symbols documentation
* Indexes:: Concepts, functions, variables and data types
@end menu
@end ifnottex
@c ====================================================================
@c Systems
@c ====================================================================
@node Systems, Files, Top, Top
@chapter Systems
The main system appears first, followed by any subsystem dependency.
@menu
* The data-lens/beta/transducers system::
* The data-lens system::
@end menu
@c -------------------------------------
@c The data-lens/beta/transducers system
@c -------------------------------------
@node The data-lens/beta/transducers system, The data-lens system, Systems, Systems
@section @t{data-lens/beta/transducers}
@anchor{go to the data-lens/beta/transducers system}@c
@systemindex{data-lens/beta/transducers}@c
@table @strong
@item Author
Edward Langley <@email{el-cl@atchar{}elangley.org}>
@item License
MIT
@item Description
A collection of transducers to reduce stream-manipulation overhead
@item Dependencies
@itemize @bullet
@item
@ref{go to the data-lens system, , @t{data-lens}} (system)
@item
@t{alexandria}
@end itemize
@item Source
@ref{go to the data-lensasd file, , @t{data-lens.asd}} (file)
@item Components
@itemize @bullet
@item
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@item
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@item
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end itemize
@end table
@c --------------------
@c The data-lens system
@c --------------------
@node The data-lens system, , The data-lens/beta/transducers system, Systems
@section @t{data-lens}
@anchor{go to the data-lens system}@c
@systemindex{data-lens}@c
@table @strong
@item Author
Edward Langley <@email{el-cl@atchar{}elangley.org}>
@item License
MIT
@item Description
Utilities for building data transformations from composable functions@comma{} modeled on lenses and transducers
@item Dependencies
@itemize @bullet
@item
@t{cl-ppcre}
@item
@t{alexandria}
@item
@t{serapeum}
@end itemize
@item Source
@ref{go to the data-lensasd file, , @t{data-lens.asd}} (file)
@item Components
@itemize @bullet
@item
@ref{go to the data-lens/packagelisp file, , @t{package.lisp}} (file)
@item
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@item
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end itemize
@end table
@c ====================================================================
@c Files
@c ====================================================================
@node Files, Packages, Systems, Top
@chapter Files
Files are sorted by type and then listed depth-first from the systems
components trees.
@menu
* Lisp files::
@end menu
@c ----------
@c Lisp files
@c ----------
@node Lisp files, , Files, Files
@section Lisp
@menu
* The data-lens.asd file: The data-lensasd file.
* The data-lens/beta/transducers/package.lisp file: The data-lens/beta/transducers/packagelisp file.
* The data-lens/beta/transducers/transducer-protocol.lisp file: The data-lens/beta/transducers/transducer-protocollisp file.
* The data-lens/beta/transducers/transducers.lisp file: The data-lens/beta/transducers/transducerslisp file.
* The data-lens/beta/transducers/lazy-sequence.lisp file: The data-lens/beta/transducers/lazy-sequencelisp file.
* The data-lens/package.lisp file: The data-lens/packagelisp file.
* The data-lens/optics.lisp file: The data-lens/opticslisp file.
* The data-lens/lens.lisp file: The data-lens/lenslisp file.
@end menu
@node The data-lensasd file, The data-lens/beta/transducers/packagelisp file, Lisp files, Lisp files
@subsection @t{data-lens.asd}
@anchor{go to the data-lensasd file}@c
@lispfileindex{data-lens.asd}@c
@table @strong
@item Location
@t{data-lens.asd}
@item Systems
@itemize @bullet
@item
@ref{go to the data-lens/beta/transducers system, , @t{data-lens/beta/transducers}} (system)
@item
@ref{go to the data-lens system, , @t{data-lens}} (system)
@end itemize
@end table
@node The data-lens/beta/transducers/packagelisp file, The data-lens/beta/transducers/transducer-protocollisp file, The data-lensasd file, Lisp files
@subsection @t{data-lens/beta/transducers/package.lisp}
@anchor{go to the data-lens/beta/transducers/packagelisp file}@c
@lispfileindex{data-lens/beta/transducers/package.lisp}@c
@table @strong
@item Parent
@ref{go to the data-lens/beta/transducers system, , @t{data-lens/beta/transducers}} (system)
@item Location
@t{package.lisp}
@item Packages
@itemize @bullet
@item
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item
@ref{go to the DATA-LENSPACKAGE package, , @t{data-lens.package}}
@item
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@end itemize
@end table
@node The data-lens/beta/transducers/transducer-protocollisp file, The data-lens/beta/transducers/transducerslisp file, The data-lens/beta/transducers/packagelisp file, Lisp files
@subsection @t{data-lens/beta/transducers/transducer-protocol.lisp}
@anchor{go to the data-lens/beta/transducers/transducer-protocollisp file}@c
@lispfileindex{data-lens/beta/transducers/transducer-protocol.lisp}@c
@table @strong
@item Dependency
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item Parent
@ref{go to the data-lens/beta/transducers system, , @t{data-lens/beta/transducers}} (system)
@item Location
@t{transducer-protocol.lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSEXIT-EARLY function, , @t{exit-early}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT generic function, , @t{init}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC generic function, , @t{reduce-generic}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPSEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPSEQUENCE COMMON-LISPSYMBOL COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPT COMMON-LISPSYMBOL COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPHASH-TABLE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER generic function, , @t{stepper}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSTRANSDUCE function, , @t{transduce}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP generic function, , @t{unwrap}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP COMMON-LISPT COMMON-LISPT method, , @t{unwrap}} (method)
@end itemize
@item Internal Definitions
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSDEFDOCUMENTATION macro, , @t{defdocumentation}} (macro)
@end table
@node The data-lens/beta/transducers/transducerslisp file, The data-lens/beta/transducers/lazy-sequencelisp file, The data-lens/beta/transducers/transducer-protocollisp file, Lisp files
@subsection @t{data-lens/beta/transducers/transducers.lisp}
@anchor{go to the data-lens/beta/transducers/transducerslisp file}@c
@lispfileindex{data-lens/beta/transducers/transducers.lisp}@c
@table @strong
@item Dependency
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@item Parent
@ref{go to the data-lens/beta/transducers system, , @t{data-lens/beta/transducers}} (system)
@item Location
@t{transducers.lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSCATTING function, , @t{catting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSCOLLECTING function, , @t{collecting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSCOMPRESSING-RUNS function, , @t{compressing-runs}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSDEDUPING function, , @t{deduping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSDROPPING function, , @t{dropping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSFILTERING function, , @t{filtering}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSHASH-TABLE-SELECT function, , @t{hash-table-select}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSLIST-BUILDER method, , @t{init}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSVECTOR-BUILDER method, , @t{init}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSHASH-TABLE-BUILDER method, , @t{init}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSMAPCATTING function, , @t{mapcatting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMAPPING function, , @t{mapping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMV-FILTERING function, , @t{mv-filtering}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMV-MAPPING function, , @t{mv-mapping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMV-SELECTING function, , @t{mv-selecting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSSPLITTING function, , @t{splitting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSLIST-BUILDER method, , @t{stepper}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSVECTOR-BUILDER method, , @t{stepper}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSHASH-TABLE-BUILDER method, , @t{stepper}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSTAKING function, , @t{taking}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP eql DATA-LENSTRANSDUCERSLIST-BUILDER COMMON-LISPT method, , @t{unwrap}} (method)
@end itemize
@item Internal Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSCOMMENT macro, , @t{comment}} (macro)
@item
@ref{go to the DATA-LENSTRANSDUCERSEDUCTION function, , @t{eduction}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSSEQ function, , @t{seq}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSTRANSDUCER-LAMBDA macro, , @t{transducer-lambda}} (macro)
@end itemize
@end table
@node The data-lens/beta/transducers/lazy-sequencelisp file, The data-lens/packagelisp file, The data-lens/beta/transducers/transducerslisp file, Lisp files
@subsection @t{data-lens/beta/transducers/lazy-sequence.lisp}
@anchor{go to the data-lens/beta/transducers/lazy-sequencelisp file}@c
@lispfileindex{data-lens/beta/transducers/lazy-sequence.lisp}@c
@table @strong
@item Dependency
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@item Parent
@ref{go to the data-lens/beta/transducers system, , @t{data-lens/beta/transducers}} (system)
@item Location
@t{lazy-sequence.lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSIOTA function, , @t{iota}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSLAZY-SEQUENCE function, , @t{lazy-sequence}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSLAZY-SEQUENCE class, , @t{lazy-sequence}} (class)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC DATA-LENSTRANSDUCERSLAZY-SEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSREPEATING macro, , @t{repeating}} (macro)
@item
@ref{go to the DATA-LENSTRANSDUCERSREPEATING* function, , @t{repeating*}} (function)
@end itemize
@item Internal Definitions
@ref{go to the DATA-LENSTRANSDUCERSNEXT DATA-LENSTRANSDUCERSLAZY-SEQUENCE method, , @t{next}} (method)
@end table
@node The data-lens/packagelisp file, The data-lens/opticslisp file, The data-lens/beta/transducers/lazy-sequencelisp file, Lisp files
@subsection @t{data-lens/package.lisp}
@anchor{go to the data-lens/packagelisp file}@c
@lispfileindex{data-lens/package.lisp}@c
@table @strong
@item Parent
@ref{go to the data-lens system, , @t{data-lens}} (system)
@item Location
@t{package.lisp}
@item Packages
@itemize @bullet
@item
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item
@ref{go to the DATA-LENSPACKAGE package, , @t{data-lens.package}}
@item
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@end itemize
@end table
@node The data-lens/opticslisp file, The data-lens/lenslisp file, The data-lens/packagelisp file, Lisp files
@subsection @t{data-lens/optics.lisp}
@anchor{go to the data-lens/opticslisp file}@c
@lispfileindex{data-lens/optics.lisp}@c
@table @strong
@item Dependency
@ref{go to the data-lens/packagelisp file, , @t{package.lisp}} (file)
@item Parent
@ref{go to the data-lens system, , @t{data-lens}} (system)
@item Location
@t{optics.lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSLENSESMAKE-ALIST-LENS function, , @t{make-alist-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESMAKE-HASH-TABLE-LENS function, , @t{make-hash-table-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESMAKE-LIST-LENS function, , @t{make-list-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESMAKE-PLIST-LENS function, , @t{make-plist-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESOVER function, , @t{over}} (function)
@item
@ref{go to the DATA-LENSLENSESSET function, , @t{set}} (function)
@item
@ref{go to the DATA-LENSLENSESVIEW function, , @t{view}} (function)
@end itemize
@item Internal Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSLENSESCLONE generic function, , @t{clone}} (generic function)
@item
@ref{go to the DATA-LENSLENSESCLONE COMMON-LISPT AROUND method, , @t{clone}} (method)
@item
@ref{go to the DATA-LENSLENSESCONSTANT- class, , @t{constant-}} (class)
@item
@ref{go to the DATA-LENSLENSESFMAP generic function, , @t{fmap}} (generic function)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPLIST method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPVECTOR method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESIDENTITY- class, , @t{identity-}} (class)
@item
@ref{go to the DATA-LENSLENSESMAKE-ALIST-HISTORY-LENS function, , @t{make-alist-history-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method, , @t{unconstant}} (method)
@item
@ref{go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method, , @t{unidentity}} (method)
@item
@ref{go to the DATA-LENSLENSESWRAP-CONSTANT function, , @t{wrap-constant}} (function)
@item
@ref{go to the DATA-LENSLENSESWRAP-IDENTITY function, , @t{wrap-identity}} (function)
@end itemize
@end table
@node The data-lens/lenslisp file, , The data-lens/opticslisp file, Lisp files
@subsection @t{data-lens/lens.lisp}
@anchor{go to the data-lens/lenslisp file}@c
@lispfileindex{data-lens/lens.lisp}@c
@table @strong
@item Dependency
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@item Parent
@ref{go to the data-lens system, , @t{data-lens}} (system)
@item Location
@t{lens.lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENS<>1 macro, , @t{<>1}} (macro)
@item
@ref{go to the DATA-LENS== function, , @t{==}} (function)
@item
@ref{go to the DATA-LENSAPPLICABLE-WHEN function, , @t{applicable-when}} (function)
@item
@ref{go to the DATA-LENSAPPLYING macro, , @t{applying}} (macro)
@item
@ref{go to the DATA-LENSCOMBINE-MATCHING-LISTS function, , @t{combine-matching-lists}} (function)
@item
@ref{go to the DATA-LENSCOMPRESS-RUNS function, , @t{compress-runs}} (function)
@item
@ref{go to the DATA-LENSCUMSUM function, , @t{cumsum}} (function)
@item
@ref{go to the DATA-LENSDEFUN-CT macro, , @t{defun-ct}} (macro)
@item
@ref{go to the DATA-LENSDENEST function, , @t{denest}} (function)
@item
@ref{go to the DATA-LENSDERIVE function, , @t{derive}} (function)
@item
@ref{go to the DATA-LENSELEMENT function, , @t{element}} (function)
@item
@ref{go to the DATA-LENSEXCLUDE function, , @t{exclude}} (function)
@item
@ref{go to the DATA-LENSEXTRACT-KEY generic function, , @t{extract-key}} (generic function)
@item
@ref{go to the DATA-LENSEXTRACT-KEY COMMON-LISPHASH-TABLE COMMON-LISPT method, , @t{extract-key}} (method)
@item
@ref{go to the DATA-LENSEXTRACT-KEY COMMON-LISPLIST COMMON-LISPT method, , @t{extract-key}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE generic function, , @t{functionalize}} (generic function)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPHASH-TABLE method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPVECTOR method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPSYMBOL method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPFUNCTION method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSINCLUDE function, , @t{include}} (function)
@item
@ref{go to the DATA-LENSJUXT function, , @t{juxt}} (function)
@item
@ref{go to the DATA-LENSKEY function, , @t{key}} (function)
@item
@ref{go to the DATA-LENSKEY-TRANSFORM function, , @t{key-transform}} (function)
@item
@ref{go to the DATA-LENSLET-FN macro, , @t{let-fn}} (macro)
@item
@ref{go to the DATA-LENSMAXIMIZING function, , @t{maximizing}} (function)
@item
@ref{go to the DATA-LENSOF-LENGTH function, , @t{of-length}} (function)
@item
@ref{go to the DATA-LENSOF-MAX-LENGTH function, , @t{of-max-length}} (function)
@item
@ref{go to the DATA-LENSOF-MIN-LENGTH function, , @t{of-min-length}} (function)
@item
@ref{go to the DATA-LENSON function, , @t{on}} (function)
@item
@ref{go to the DATA-LENSOVER function, , @t{over}} (function)
@item
@ref{go to the DATA-LENSPICK function, , @t{pick}} (function)
@item
@ref{go to the DATA-LENSREGEX-MATCH function, , @t{regex-match}} (function)
@item
@ref{go to the DATA-LENSSHORTCUT macro, , @t{shortcut}} (macro)
@item
@ref{go to the DATA-LENSSLICE function, , @t{slice}} (function)
@item
@ref{go to the DATA-LENSSORTED function, , @t{sorted}} (function)
@item
@ref{go to the DATA-LENSSPLICE-ELT function, , @t{splice-elt}} (function)
@item
@ref{go to the DATA-LENSSUFFIXP function, , @t{suffixp}} (function)
@item
@ref{go to the DATA-LENSTRANSFORM-ELT function, , @t{transform-elt}} (function)
@item
@ref{go to the DATA-LENSTRANSFORM-HEAD function, , @t{transform-head}} (function)
@item
@ref{go to the DATA-LENSTRANSFORM-TAIL function, , @t{transform-tail}} (function)
@item
@ref{go to the DATA-LENSZIPPING function, , @t{zipping}} (function)
@item
@ref{go to the DATA-LENS• macro, , @t{•}} (macro)
@end itemize
@item Internal Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENS=>> function, , @t{=>>}} (function)
@item
@ref{go to the DATA-LENSCONS-NEW function, , @t{cons-new}} (function)
@item
@ref{go to the DATA-LENSDEDUPLICATE function, , @t{deduplicate}} (function)
@item
@ref{go to the DATA-LENSFILLER function, , @t{filler}} (function)
@item
@ref{go to the DATA-LENSMATCHING-LIST-REDUCER function, , @t{matching-list-reducer}} (function)
@item
@ref{go to the DATA-LENSUPDATE function, , @t{update}} (function)
@item
@ref{go to the DATA-LENSUPDATEF macro, , @t{updatef}} (macro)
@end itemize
@end table
@c ====================================================================
@c Packages
@c ====================================================================
@node Packages, Definitions, Files, Top
@chapter Packages
Packages are listed by definition order.
@menu
* The data-lens package::
* The data-lens.transducers package: The data-lenstransducers package.
* The data-lens.package package: The data-lenspackage package.
* The data-lens.lenses package: The data-lenslenses package.
* The data-lens.transducers.internals package: The data-lenstransducersinternals package.
@end menu
@c ---------------------
@c The data-lens package
@c ---------------------
@node The data-lens package, The data-lenstransducers package, Packages, Packages
@section @t{data-lens}
@anchor{go to the DATA-LENS package}@c
@packageindex{data-lens}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item Use List
@t{common-lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENS<>1 macro, , @t{<>1}} (macro)
@item
@ref{go to the DATA-LENS== function, , @t{==}} (function)
@item
@ref{go to the DATA-LENSAPPLICABLE-WHEN function, , @t{applicable-when}} (function)
@item
@ref{go to the DATA-LENSAPPLYING macro, , @t{applying}} (macro)
@item
@ref{go to the DATA-LENSCOMBINE-MATCHING-LISTS function, , @t{combine-matching-lists}} (function)
@item
@ref{go to the DATA-LENSCOMPRESS-RUNS function, , @t{compress-runs}} (function)
@item
@ref{go to the DATA-LENSCUMSUM function, , @t{cumsum}} (function)
@item
@ref{go to the DATA-LENSDEFUN-CT macro, , @t{defun-ct}} (macro)
@item
@ref{go to the DATA-LENSDENEST function, , @t{denest}} (function)
@item
@ref{go to the DATA-LENSDERIVE function, , @t{derive}} (function)
@item
@ref{go to the DATA-LENSELEMENT function, , @t{element}} (function)
@item
@ref{go to the DATA-LENSEXCLUDE function, , @t{exclude}} (function)
@item
@ref{go to the DATA-LENSEXTRACT-KEY generic function, , @t{extract-key}} (generic function)
@item
@ref{go to the DATA-LENSEXTRACT-KEY COMMON-LISPHASH-TABLE COMMON-LISPT method, , @t{extract-key}} (method)
@item
@ref{go to the DATA-LENSEXTRACT-KEY COMMON-LISPLIST COMMON-LISPT method, , @t{extract-key}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE generic function, , @t{functionalize}} (generic function)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPHASH-TABLE method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPVECTOR method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPSYMBOL method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPFUNCTION method, , @t{functionalize}} (method)
@item
@ref{go to the DATA-LENSINCLUDE function, , @t{include}} (function)
@item
@ref{go to the DATA-LENSJUXT function, , @t{juxt}} (function)
@item
@ref{go to the DATA-LENSKEY function, , @t{key}} (function)
@item
@ref{go to the DATA-LENSKEY-TRANSFORM function, , @t{key-transform}} (function)
@item
@ref{go to the DATA-LENSLET-FN macro, , @t{let-fn}} (macro)
@item
@ref{go to the DATA-LENSMAXIMIZING function, , @t{maximizing}} (function)
@item
@ref{go to the DATA-LENSOF-LENGTH function, , @t{of-length}} (function)
@item
@ref{go to the DATA-LENSOF-MAX-LENGTH function, , @t{of-max-length}} (function)
@item
@ref{go to the DATA-LENSOF-MIN-LENGTH function, , @t{of-min-length}} (function)
@item
@ref{go to the DATA-LENSON function, , @t{on}} (function)
@item
@ref{go to the DATA-LENSOVER function, , @t{over}} (function)
@item
@ref{go to the DATA-LENSPICK function, , @t{pick}} (function)
@item
@ref{go to the DATA-LENSREGEX-MATCH function, , @t{regex-match}} (function)
@item
@ref{go to the DATA-LENSSHORTCUT macro, , @t{shortcut}} (macro)
@item
@ref{go to the DATA-LENSSLICE function, , @t{slice}} (function)
@item
@ref{go to the DATA-LENSSORTED function, , @t{sorted}} (function)
@item
@ref{go to the DATA-LENSSPLICE-ELT function, , @t{splice-elt}} (function)
@item
@ref{go to the DATA-LENSSUFFIXP function, , @t{suffixp}} (function)
@item
@ref{go to the DATA-LENSTRANSFORM-ELT function, , @t{transform-elt}} (function)
@item
@ref{go to the DATA-LENSTRANSFORM-HEAD function, , @t{transform-head}} (function)
@item
@ref{go to the DATA-LENSTRANSFORM-TAIL function, , @t{transform-tail}} (function)
@item
@ref{go to the DATA-LENSZIPPING function, , @t{zipping}} (function)
@item
@ref{go to the DATA-LENS• macro, , @t{•}} (macro)
@end itemize
@item Internal Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENS=>> function, , @t{=>>}} (function)
@item
@ref{go to the DATA-LENSCONS-NEW function, , @t{cons-new}} (function)
@item
@ref{go to the DATA-LENSDEDUPLICATE function, , @t{deduplicate}} (function)
@item
@ref{go to the DATA-LENSFILLER function, , @t{filler}} (function)
@item
@ref{go to the DATA-LENSMATCHING-LIST-REDUCER function, , @t{matching-list-reducer}} (function)
@item
@ref{go to the DATA-LENSUPDATE function, , @t{update}} (function)
@item
@ref{go to the DATA-LENSUPDATEF macro, , @t{updatef}} (macro)
@end itemize
@end table
@c ---------------------------------
@c The data-lens.transducers package
@c ---------------------------------
@node The data-lenstransducers package, The data-lenspackage package, The data-lens package, Packages
@section @t{data-lens.transducers}
@anchor{go to the DATA-LENSTRANSDUCERS package}@c
@packageindex{data-lens.transducers}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item Use List
@t{common-lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSCATTING function, , @t{catting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSCOLLECTING function, , @t{collecting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSCOMPRESSING-RUNS function, , @t{compressing-runs}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSDEDUPING function, , @t{deduping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSDROPPING function, , @t{dropping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSFILTERING function, , @t{filtering}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSHASH-TABLE-SELECT function, , @t{hash-table-select}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSIOTA function, , @t{iota}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSLAZY-SEQUENCE function, , @t{lazy-sequence}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSLAZY-SEQUENCE class, , @t{lazy-sequence}} (class)
@item
@ref{go to the DATA-LENSTRANSDUCERSMAPCATTING function, , @t{mapcatting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMAPPING function, , @t{mapping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMV-FILTERING function, , @t{mv-filtering}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMV-MAPPING function, , @t{mv-mapping}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSMV-SELECTING function, , @t{mv-selecting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSREPEATING macro, , @t{repeating}} (macro)
@item
@ref{go to the DATA-LENSTRANSDUCERSREPEATING* function, , @t{repeating*}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSSPLITTING function, , @t{splitting}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSTAKING function, , @t{taking}} (function)
@end itemize
@item Internal Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSCOMMENT macro, , @t{comment}} (macro)
@item
@ref{go to the DATA-LENSTRANSDUCERSEDUCTION function, , @t{eduction}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSNEXT generic function, , @t{next}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSNEXT DATA-LENSTRANSDUCERSLAZY-SEQUENCE method, , @t{next}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSSEQ function, , @t{seq}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSTRANSDUCER-LAMBDA macro, , @t{transducer-lambda}} (macro)
@end itemize
@end table
@c -----------------------------
@c The data-lens.package package
@c -----------------------------
@node The data-lenspackage package, The data-lenslenses package, The data-lenstransducers package, Packages
@section @t{data-lens.package}
@anchor{go to the DATA-LENSPACKAGE package}@c
@packageindex{data-lens.package}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item Use List
@t{common-lisp}
@end table
@c ----------------------------
@c The data-lens.lenses package
@c ----------------------------
@node The data-lenslenses package, The data-lenstransducersinternals package, The data-lenspackage package, Packages
@section @t{data-lens.lenses}
@anchor{go to the DATA-LENSLENSES package}@c
@packageindex{data-lens.lenses}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item Use List
@t{common-lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSLENSESMAKE-ALIST-LENS function, , @t{make-alist-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESMAKE-HASH-TABLE-LENS function, , @t{make-hash-table-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESMAKE-LIST-LENS function, , @t{make-list-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESMAKE-PLIST-LENS function, , @t{make-plist-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESOVER function, , @t{over}} (function)
@item
@ref{go to the DATA-LENSLENSESSET function, , @t{set}} (function)
@item
@ref{go to the DATA-LENSLENSESVIEW function, , @t{view}} (function)
@end itemize
@item Internal Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSLENSESCLONE generic function, , @t{clone}} (generic function)
@item
@ref{go to the DATA-LENSLENSESCLONE COMMON-LISPT AROUND method, , @t{clone}} (method)
@item
@ref{go to the DATA-LENSLENSESCONSTANT- class, , @t{constant-}} (class)
@item
@ref{go to the DATA-LENSLENSESFMAP generic function, , @t{fmap}} (generic function)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPLIST method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPVECTOR method, , @t{fmap}} (method)
@item
@ref{go to the DATA-LENSLENSESIDENTITY- class, , @t{identity-}} (class)
@item
@ref{go to the DATA-LENSLENSESMAKE-ALIST-HISTORY-LENS function, , @t{make-alist-history-lens}} (function)
@item
@ref{go to the DATA-LENSLENSESUNCONSTANT generic function, , @t{unconstant}} (generic function)
@item
@ref{go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method, , @t{unconstant}} (method)
@item
@ref{go to the DATA-LENSLENSESUNIDENTITY generic function, , @t{unidentity}} (generic function)
@item
@ref{go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method, , @t{unidentity}} (method)
@item
@ref{go to the DATA-LENSLENSESWRAP-CONSTANT function, , @t{wrap-constant}} (function)
@item
@ref{go to the DATA-LENSLENSESWRAP-IDENTITY function, , @t{wrap-identity}} (function)
@end itemize
@end table
@c -------------------------------------------
@c The data-lens.transducers.internals package
@c -------------------------------------------
@node The data-lenstransducersinternals package, , The data-lenslenses package, Packages
@section @t{data-lens.transducers.internals}
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALS package}@c
@packageindex{data-lens.transducers.internals}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/packagelisp file, , @t{package.lisp}} (file)
@item Use List
@t{common-lisp}
@item Exported Definitions
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSEXIT-EARLY function, , @t{exit-early}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT generic function, , @t{init}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSLIST-BUILDER method, , @t{init}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSVECTOR-BUILDER method, , @t{init}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSHASH-TABLE-BUILDER method, , @t{init}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC generic function, , @t{reduce-generic}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC DATA-LENSTRANSDUCERSLAZY-SEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPSEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPSEQUENCE COMMON-LISPSYMBOL COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPT COMMON-LISPSYMBOL COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPHASH-TABLE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER generic function, , @t{stepper}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSLIST-BUILDER method, , @t{stepper}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSVECTOR-BUILDER method, , @t{stepper}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSHASH-TABLE-BUILDER method, , @t{stepper}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSTRANSDUCE function, , @t{transduce}} (function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP generic function, , @t{unwrap}} (generic function)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP eql DATA-LENSTRANSDUCERSLIST-BUILDER COMMON-LISPT method, , @t{unwrap}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP COMMON-LISPT COMMON-LISPT method, , @t{unwrap}} (method)
@end itemize
@item Internal Definitions
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSDEFDOCUMENTATION macro, , @t{defdocumentation}} (macro)
@end table
@c ====================================================================
@c Definitions
@c ====================================================================
@node Definitions, Indexes, Packages, Top
@chapter Definitions
Definitions are sorted by export status, category, package, and then by
lexicographic order.
@menu
* Exported definitions::
* Internal definitions::
@end menu
@c --------------------
@c Exported definitions
@c --------------------
@node Exported definitions, Internal definitions, Definitions, Definitions
@section Exported definitions
@menu
* Exported macros::
* Exported functions::
* Exported generic functions::
* Exported classes::
@end menu
@node Exported macros, Exported functions, Exported definitions, Exported definitions
@subsection Macros
@deffn {Macro} {<>1} &rest FUNS
@anchor{go to the DATA-LENS<>1 macro}@c
@macrosubindex{<>1}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {applying} FUN &rest ARGS
@anchor{go to the DATA-LENSAPPLYING macro}@c
@macrosubindex{applying}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {defun-ct} NAME (&rest ARGS) &body BODY
@anchor{go to the DATA-LENSDEFUN-CT macro}@c
@macrosubindex{defun-ct}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {let-fn} (&rest BINDINGS) &body BODY
@anchor{go to the DATA-LENSLET-FN macro}@c
@macrosubindex{let-fn}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {repeating} V
@anchor{go to the DATA-LENSTRANSDUCERSREPEATING macro}@c
@macrosubindex{repeating}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {shortcut} NAME FUNCTION &body BOUND-ARGS
@anchor{go to the DATA-LENSSHORTCUT macro}@c
@macrosubindex{shortcut}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {•} &rest FUNS
@anchor{go to the DATA-LENS• macro}@c
@macrosubindex{•}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@node Exported functions, Exported generic functions, Exported macros, Exported definitions
@subsection Functions
@deffn {Function} {==} TARGET &key TEST
@anchor{go to the DATA-LENS== function}@c
@functionsubindex{==}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {applicable-when} FUN TEST
@anchor{go to the DATA-LENSAPPLICABLE-WHEN function}@c
@functionsubindex{applicable-when}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {catting} ()
@anchor{go to the DATA-LENSTRANSDUCERSCATTING function}@c
@functionsubindex{catting}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {collecting} COLLECTOR
@anchor{go to the DATA-LENSTRANSDUCERSCOLLECTING function}@c
@functionsubindex{collecting}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {combine-matching-lists} &key TEST &allow-other-keys
@anchor{go to the DATA-LENSCOMBINE-MATCHING-LISTS function}@c
@functionsubindex{combine-matching-lists}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {compress-runs} &key COLLECTOR TEST KEY
@anchor{go to the DATA-LENSCOMPRESS-RUNS function}@c
@functionsubindex{compress-runs}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {compressing-runs} &key TEST COMBINER
@anchor{go to the DATA-LENSTRANSDUCERSCOMPRESSING-RUNS function}@c
@functionsubindex{compressing-runs}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {cumsum} &key ADD-FUN KEY COMBINE ZERO
@anchor{go to the DATA-LENSCUMSUM function}@c
@functionsubindex{cumsum}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {deduping} &optional TEST
@anchor{go to the DATA-LENSTRANSDUCERSDEDUPING function}@c
@functionsubindex{deduping}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {denest} &key RESULT-TYPE
@anchor{go to the DATA-LENSDENEST function}@c
@functionsubindex{denest}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {derive} DIFF-FUN &key KEY
@anchor{go to the DATA-LENSDERIVE function}@c
@functionsubindex{derive}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {dropping} N
@anchor{go to the DATA-LENSTRANSDUCERSDROPPING function}@c
@functionsubindex{dropping}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {element} NUM
@anchor{go to the DATA-LENSELEMENT function}@c
@functionsubindex{element}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {exclude} PRED
@anchor{go to the DATA-LENSEXCLUDE function}@c
@functionsubindex{exclude}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {exit-early} ACC
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSEXIT-EARLY function}@c
@functionsubindex{exit-early}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@end table
@end deffn
@deffn {Function} {filtering} FUNCTION &rest ARGS
@anchor{go to the DATA-LENSTRANSDUCERSFILTERING function}@c
@functionsubindex{filtering}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {hash-table-select} HASH-TABLE
@anchor{go to the DATA-LENSTRANSDUCERSHASH-TABLE-SELECT function}@c
@functionsubindex{hash-table-select}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {include} PRED
@anchor{go to the DATA-LENSINCLUDE function}@c
@functionsubindex{include}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {iota} &key START STEP COUNT
@anchor{go to the DATA-LENSTRANSDUCERSIOTA function}@c
@functionsubindex{iota}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end table
@end deffn
@deffn {Function} {juxt} FUN1 &rest R
@anchor{go to the DATA-LENSJUXT function}@c
@functionsubindex{juxt}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {key} KEY
@anchor{go to the DATA-LENSKEY function}@c
@functionsubindex{key}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {key-transform} FUN KEY-GET KEY-SET
@anchor{go to the DATA-LENSKEY-TRANSFORM function}@c
@functionsubindex{key-transform}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {lazy-sequence} NEXT
@anchor{go to the DATA-LENSTRANSDUCERSLAZY-SEQUENCE function}@c
@functionsubindex{lazy-sequence}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end table
@end deffn
@deffn {Function} {make-alist-lens} KEY
@anchor{go to the DATA-LENSLENSESMAKE-ALIST-LENS function}@c
@functionsubindex{make-alist-lens}@c
A lens for updating a alist@comma{} discarding previous values
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {make-hash-table-lens} KEY
@anchor{go to the DATA-LENSLENSESMAKE-HASH-TABLE-LENS function}@c
@functionsubindex{make-hash-table-lens}@c
A lens for updating a hash-table@comma{} discarding previous values
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {make-list-lens} INDEX
@anchor{go to the DATA-LENSLENSESMAKE-LIST-LENS function}@c
@functionsubindex{make-list-lens}@c
A lens for updating a sequence
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {make-plist-lens} KEY
@anchor{go to the DATA-LENSLENSESMAKE-PLIST-LENS function}@c
@functionsubindex{make-plist-lens}@c
A lens for updating a plist@comma{} preserving previous values
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {mapcatting} FUN
@anchor{go to the DATA-LENSTRANSDUCERSMAPCATTING function}@c
@functionsubindex{mapcatting}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {mapping} FUNCTION &rest ARGS
@anchor{go to the DATA-LENSTRANSDUCERSMAPPING function}@c
@functionsubindex{mapping}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {maximizing} RELATION MEASURE
@anchor{go to the DATA-LENSMAXIMIZING function}@c
@functionsubindex{maximizing}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {mv-filtering} FUNCTION &rest ARGS
@anchor{go to the DATA-LENSTRANSDUCERSMV-FILTERING function}@c
@functionsubindex{mv-filtering}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {mv-mapping} FUNCTION &rest ARGS
@anchor{go to the DATA-LENSTRANSDUCERSMV-MAPPING function}@c
@functionsubindex{mv-mapping}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {mv-selecting} FUNCTION &rest ARGS
@anchor{go to the DATA-LENSTRANSDUCERSMV-SELECTING function}@c
@functionsubindex{mv-selecting}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {of-length} LEN
@anchor{go to the DATA-LENSOF-LENGTH function}@c
@functionsubindex{of-length}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {of-max-length} LEN
@anchor{go to the DATA-LENSOF-MAX-LENGTH function}@c
@functionsubindex{of-max-length}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {of-min-length} LEN
@anchor{go to the DATA-LENSOF-MIN-LENGTH function}@c
@functionsubindex{of-min-length}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {on} FUN KEY
@anchor{go to the DATA-LENSON function}@c
@functionsubindex{on}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {over} FUN &key RESULT-TYPE
@anchor{go to the DATA-LENSOVER function}@c
@functionsubindex{over}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {over} LENS CB REC
@anchor{go to the DATA-LENSLENSESOVER function}@c
@functionsubindex{over}@c
Given a lens@comma{} a callback and a record@comma{} apply the lens to the
record@comma{} transform it by the callback and return copy of the record@comma{}
updated to contain the result of the callback. This is the fundamental
operation on a lens and SET and VIEW are implemented in terms of it.
A lens is any function of the form (lambda (fun) (lambda (rec) ...))
that obeys the lens laws (where == is some reasonable equality
operator):@*
(== (view lens (set lens value rec))@*
value)@*
(== (set lens (view lens rec) rec)@*
rec)@*
(== (set lens value2 (set lens value1 rec))@*
(set lens value2 rec))@*
The inner lambda returns a functor that determines the policy to be
applied to the focused part. By default@comma{} this only uses IDENTITY- and
CONSTANT- in order to implement the lens operations over@comma{} set and
view.@*
If these conditions are met@comma{} (over (data-lens:<>1 lens1 lens2) ...) is
equivalent to using lens2 to focus the part lens1 focuses: note that
composition is "backwards" from what one might expect: this is
because composition composes the wrapper lambdas and applies the
lambda that actually pulls a value out of a record later.
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {pick} SELECTOR
@anchor{go to the DATA-LENSPICK function}@c
@functionsubindex{pick}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {regex-match} REGEX
@anchor{go to the DATA-LENSREGEX-MATCH function}@c
@functionsubindex{regex-match}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {repeating*} V &key COUNT
@anchor{go to the DATA-LENSTRANSDUCERSREPEATING* function}@c
@functionsubindex{repeating*}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end table
@end deffn
@deffn {Function} {set} LENS V REC
@anchor{go to the DATA-LENSLENSESSET function}@c
@functionsubindex{set}@c
Given a lens@comma{} a value and a rec@comma{} immutably update the rec to
contain the new value at the location focused by the lens.
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {slice} START &optional END
@anchor{go to the DATA-LENSSLICE function}@c
@functionsubindex{slice}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {sorted} COMPARATOR &rest R &key KEY
@anchor{go to the DATA-LENSSORTED function}@c
@functionsubindex{sorted}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {splice-elt} ELT FUN
@anchor{go to the DATA-LENSSPLICE-ELT function}@c
@functionsubindex{splice-elt}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {splitting} &rest FUNCTIONS
@anchor{go to the DATA-LENSTRANSDUCERSSPLITTING function}@c
@functionsubindex{splitting}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {suffixp} SUFFIX &key TEST
@anchor{go to the DATA-LENSSUFFIXP function}@c
@functionsubindex{suffixp}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {taking} N
@anchor{go to the DATA-LENSTRANSDUCERSTAKING function}@c
@functionsubindex{taking}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {transduce} XF BUILD SEQ
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSTRANSDUCE function}@c
@functionsubindex{transduce}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@end table
@end deffn
@deffn {Function} {transform-elt} ELT FUN
@anchor{go to the DATA-LENSTRANSFORM-ELT function}@c
@functionsubindex{transform-elt}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {transform-head} FUN
@anchor{go to the DATA-LENSTRANSFORM-HEAD function}@c
@functionsubindex{transform-head}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {transform-tail} FUN
@anchor{go to the DATA-LENSTRANSFORM-TAIL function}@c
@functionsubindex{transform-tail}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {view} LENS REC
@anchor{go to the DATA-LENSLENSESVIEW function}@c
@functionsubindex{view}@c
Given a lens and a rec@comma{} return the focused value
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {zipping} RESULT-TYPE &key FILL-VALUE
@anchor{go to the DATA-LENSZIPPING function}@c
@functionsubindex{zipping}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@node Exported generic functions, Exported classes, Exported functions, Exported definitions
@subsection Generic functions
@deffn {Generic Function} {extract-key} MAP KEY
@anchor{go to the DATA-LENSEXTRACT-KEY generic function}@c
@genericsubindex{extract-key}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@item Methods
@deffn {Method} {extract-key} (MAP @t{hash-table}) KEY
@anchor{go to the DATA-LENSEXTRACT-KEY COMMON-LISPHASH-TABLE COMMON-LISPT method}@c
@methodsubindex{extract-key}@c
@end deffn
@deffn {Method} {extract-key} (MAP @t{list}) KEY
@anchor{go to the DATA-LENSEXTRACT-KEY COMMON-LISPLIST COMMON-LISPT method}@c
@methodsubindex{extract-key}@c
@end deffn
@end table
@end deffn
@deffn {Generic Function} {functionalize} IT
@anchor{go to the DATA-LENSFUNCTIONALIZE generic function}@c
@genericsubindex{functionalize}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@item Methods
@deffn {Method} {functionalize} (IT @t{hash-table})
@anchor{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPHASH-TABLE method}@c
@methodsubindex{functionalize}@c
@end deffn
@deffn {Method} {functionalize} (IT @t{vector})
@anchor{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPVECTOR method}@c
@methodsubindex{functionalize}@c
@end deffn
@deffn {Method} {functionalize} (IT @t{symbol})
@anchor{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPSYMBOL method}@c
@methodsubindex{functionalize}@c
@end deffn
@deffn {Method} {functionalize} (IT @t{function})
@anchor{go to the DATA-LENSFUNCTIONALIZE COMMON-LISPFUNCTION method}@c
@methodsubindex{functionalize}@c
@end deffn
@end table
@end deffn
@deffn {Generic Function} {init} CLIENT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSINIT generic function}@c
@genericsubindex{init}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@item Methods
@deffn {Method} {init} (IT @t{(eql list-builder)})
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSLIST-BUILDER method}@c
@methodsubindex{init}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Method} {init} (IT @t{(eql vector-builder)})
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSVECTOR-BUILDER method}@c
@methodsubindex{init}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Method} {init} (IT @t{(eql hash-table-builder)})
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSINIT eql DATA-LENSTRANSDUCERSHASH-TABLE-BUILDER method}@c
@methodsubindex{init}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@end table
@end deffn
@deffn {Generic Function} {reduce-generic} SEQ FUNC INIT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC generic function}@c
@genericsubindex{reduce-generic}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@item Methods
@deffn {Method} {reduce-generic} (SEQ @t{lazy-sequence}) (FUNC @t{function}) INIT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC DATA-LENSTRANSDUCERSLAZY-SEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method}@c
@methodsubindex{reduce-generic}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end table
@end deffn
@deffn {Method} {reduce-generic} (SEQ @t{sequence}) (FUNC @t{function}) INIT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPSEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method}@c
@methodsubindex{reduce-generic}@c
@end deffn
@deffn {Method} {reduce-generic} (SEQ @t{sequence}) (FUNC @t{symbol}) INIT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPSEQUENCE COMMON-LISPSYMBOL COMMON-LISPT method}@c
@methodsubindex{reduce-generic}@c
@end deffn
@deffn {Method} {reduce-generic} SEQ (FUNC @t{symbol}) INIT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPT COMMON-LISPSYMBOL COMMON-LISPT method}@c
@methodsubindex{reduce-generic}@c
@end deffn
@deffn {Method} {reduce-generic} (SEQ @t{hash-table}) (FUNC @t{function}) INIT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC COMMON-LISPHASH-TABLE COMMON-LISPFUNCTION COMMON-LISPT method}@c
@methodsubindex{reduce-generic}@c
@end deffn
@end table
@end deffn
@deffn {Generic Function} {stepper} CLIENT
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER generic function}@c
@genericsubindex{stepper}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@item Methods
@deffn {Method} {stepper} (IT @t{(eql list-builder)})
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSLIST-BUILDER method}@c
@methodsubindex{stepper}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Method} {stepper} (IT @t{(eql vector-builder)})
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSVECTOR-BUILDER method}@c
@methodsubindex{stepper}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Method} {stepper} (IT @t{(eql hash-table-builder)})
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSSTEPPER eql DATA-LENSTRANSDUCERSHASH-TABLE-BUILDER method}@c
@methodsubindex{stepper}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@end table
@end deffn
@deffn {Generic Function} {unwrap} CLIENT OBJ
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP generic function}@c
@genericsubindex{unwrap}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@item Methods
@deffn {Method} {unwrap} (IT @t{(eql list-builder)}) OBJ
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP eql DATA-LENSTRANSDUCERSLIST-BUILDER COMMON-LISPT method}@c
@methodsubindex{unwrap}@c
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Method} {unwrap} CLIENT OBJ
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSUNWRAP COMMON-LISPT COMMON-LISPT method}@c
@methodsubindex{unwrap}@c
@end deffn
@end table
@end deffn
@node Exported classes, , Exported generic functions, Exported definitions
@subsection Classes
@deftp {Class} {lazy-sequence} ()
@anchor{go to the DATA-LENSTRANSDUCERSLAZY-SEQUENCE class}@c
@classsubindex{lazy-sequence}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@item Direct superclasses
@t{standard-object} (class)
@item Direct methods
@itemize @bullet
@item
@ref{go to the DATA-LENSTRANSDUCERSINTERNALSREDUCE-GENERIC DATA-LENSTRANSDUCERSLAZY-SEQUENCE COMMON-LISPFUNCTION COMMON-LISPT method, , @t{reduce-generic}} (method)
@item
@ref{go to the DATA-LENSTRANSDUCERSNEXT DATA-LENSTRANSDUCERSLAZY-SEQUENCE method, , @t{next}} (method)
@end itemize
@item Direct slots
@defvr {Slot} %next
@slotsubindex{%next}@c
@table @strong
@item Initargs
@t{:next}
@item Readers
@ref{go to the DATA-LENSTRANSDUCERSNEXT generic function, , @t{next}} (generic function)
@end table
@end defvr
@end table
@end deftp
@c --------------------
@c Internal definitions
@c --------------------
@node Internal definitions, , Exported definitions, Definitions
@section Internal definitions
@menu
* Internal macros::
* Internal functions::
* Internal generic functions::
* Internal classes::
@end menu
@node Internal macros, Internal functions, Internal definitions, Internal definitions
@subsection Macros
@deffn {Macro} {comment} &body BODY
@anchor{go to the DATA-LENSTRANSDUCERSCOMMENT macro}@c
@macrosubindex{comment}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {defdocumentation} NAME &body DOC-SPECS
@anchor{go to the DATA-LENSTRANSDUCERSINTERNALSDEFDOCUMENTATION macro}@c
@macrosubindex{defdocumentation}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERSINTERNALS package, , @t{data-lens.transducers.internals}}
@item Source
@ref{go to the data-lens/beta/transducers/transducer-protocollisp file, , @t{transducer-protocol.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {transducer-lambda} &body ((TWO-ARG-ACC TWO-ARG-NEXT) &body TWO-ARG-BODY)
@anchor{go to the DATA-LENSTRANSDUCERSTRANSDUCER-LAMBDA macro}@c
@macrosubindex{transducer-lambda}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Macro} {updatef} PLACE FUN &rest ARGS
@anchor{go to the DATA-LENSUPDATEF macro}@c
@macrosubindex{updatef}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@node Internal functions, Internal generic functions, Internal macros, Internal definitions
@subsection Functions
@deffn {Function} {=>>} FUN1 FUN2
@anchor{go to the DATA-LENS=>> function}@c
@functionsubindex{=>>}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {cons-new} &key TEST KEY
@anchor{go to the DATA-LENSCONS-NEW function}@c
@functionsubindex{cons-new}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {deduplicate} &optional TEST
@anchor{go to the DATA-LENSDEDUPLICATE function}@c
@functionsubindex{deduplicate}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {eduction} XF SEQ
@anchor{go to the DATA-LENSTRANSDUCERSEDUCTION function}@c
@functionsubindex{eduction}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {filler} LENGTH1 LENGTH2 FILL-VALUE
@anchor{go to the DATA-LENSFILLER function}@c
@functionsubindex{filler}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {make-alist-history-lens} KEY
@anchor{go to the DATA-LENSLENSESMAKE-ALIST-HISTORY-LENS function}@c
@functionsubindex{make-alist-history-lens}@c
A lens for updating a alist@comma{} preserving previous values
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {matching-list-reducer} TEST ACC NEXT
@anchor{go to the DATA-LENSMATCHING-LIST-REDUCER function}@c
@functionsubindex{matching-list-reducer}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {seq} A B
@anchor{go to the DATA-LENSTRANSDUCERSSEQ function}@c
@functionsubindex{seq}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Source
@ref{go to the data-lens/beta/transducers/transducerslisp file, , @t{transducers.lisp}} (file)
@end table
@end deffn
@deffn {Function} {update} THING FUN &rest ARGS
@anchor{go to the DATA-LENSUPDATE function}@c
@functionsubindex{update}@c
@table @strong
@item Package
@ref{go to the DATA-LENS package, , @t{data-lens}}
@item Source
@ref{go to the data-lens/lenslisp file, , @t{lens.lisp}} (file)
@end table
@end deffn
@deffn {Function} {wrap-constant} V
@anchor{go to the DATA-LENSLENSESWRAP-CONSTANT function}@c
@functionsubindex{wrap-constant}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@deffn {Function} {wrap-identity} V
@anchor{go to the DATA-LENSLENSESWRAP-IDENTITY function}@c
@functionsubindex{wrap-identity}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@node Internal generic functions, Internal classes, Internal functions, Internal definitions
@subsection Generic functions
@deffn {Generic Function} {clone} OBJ &rest NEW-INITARGS &key
@anchor{go to the DATA-LENSLENSESCLONE generic function}@c
@genericsubindex{clone}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@item Methods
@deffn {Method} {clone} OBJ &rest NEW-INITARGS &key @t{around}
@anchor{go to the DATA-LENSLENSESCLONE COMMON-LISPT AROUND method}@c
@methodsubindex{clone}@c
@end deffn
@end table
@end deffn
@deffn {Generic Function} {fmap} FUNCTION DATA
@anchor{go to the DATA-LENSLENSESFMAP generic function}@c
@genericsubindex{fmap}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@item Methods
@deffn {Method} {fmap} FUNCTION (DATA @t{identity-})
@anchor{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method}@c
@methodsubindex{fmap}@c
@end deffn
@deffn {Method} {fmap} FUNCTION (DATA @t{constant-})
@anchor{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method}@c
@methodsubindex{fmap}@c
@end deffn
@deffn {Method} {fmap} FUNCTION (DATA @t{list})
@anchor{go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPLIST method}@c
@methodsubindex{fmap}@c
@end deffn
@deffn {Method} {fmap} FUNCTION (DATA @t{vector})
@anchor{go to the DATA-LENSLENSESFMAP COMMON-LISPT COMMON-LISPVECTOR method}@c
@methodsubindex{fmap}@c
@end deffn
@end table
@end deffn
@deffn {Generic Function} {next} OBJECT
@anchor{go to the DATA-LENSTRANSDUCERSNEXT generic function}@c
@genericsubindex{next}@c
@table @strong
@item Package
@ref{go to the DATA-LENSTRANSDUCERS package, , @t{data-lens.transducers}}
@item Methods
@deffn {Method} {next} (LAZY-SEQUENCE @t{lazy-sequence})
@anchor{go to the DATA-LENSTRANSDUCERSNEXT DATA-LENSTRANSDUCERSLAZY-SEQUENCE method}@c
@methodsubindex{next}@c
automatically generated reader method
@table @strong
@item Source
@ref{go to the data-lens/beta/transducers/lazy-sequencelisp file, , @t{lazy-sequence.lisp}} (file)
@end table
@end deffn
@end table
@end deffn
@deffn {Generic Function} {unconstant} OBJECT
@anchor{go to the DATA-LENSLENSESUNCONSTANT generic function}@c
@genericsubindex{unconstant}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Methods
@deffn {Method} {unconstant} (CONSTANT- @t{constant-})
@anchor{go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method}@c
@methodsubindex{unconstant}@c
automatically generated reader method
@table @strong
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@end table
@end deffn
@deffn {Generic Function} {unidentity} OBJECT
@anchor{go to the DATA-LENSLENSESUNIDENTITY generic function}@c
@genericsubindex{unidentity}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Methods
@deffn {Method} {unidentity} (IDENTITY- @t{identity-})
@anchor{go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method}@c
@methodsubindex{unidentity}@c
automatically generated reader method
@table @strong
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@end table
@end deffn
@end table
@end deffn
@node Internal classes, , Internal generic functions, Internal definitions
@subsection Classes
@deftp {Class} {constant-} ()
@anchor{go to the DATA-LENSLENSESCONSTANT- class}@c
@classsubindex{constant-}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@item Direct superclasses
@t{standard-object} (class)
@item Direct methods
@itemize @bullet
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESCONSTANT- method, , @t{fmap}} (method)
@item
@t{print-object} (method)
@item
@ref{go to the DATA-LENSLENSESUNCONSTANT DATA-LENSLENSESCONSTANT- method, , @t{unconstant}} (method)
@end itemize
@item Direct slots
@defvr {Slot} %v
@slotsubindex{%v}@c
@table @strong
@item Initargs
@t{:value}
@item Readers
@ref{go to the DATA-LENSLENSESUNCONSTANT generic function, , @t{unconstant}} (generic function)
@end table
@end defvr
@end table
@end deftp
@deftp {Class} {identity-} ()
@anchor{go to the DATA-LENSLENSESIDENTITY- class}@c
@classsubindex{identity-}@c
@table @strong
@item Package
@ref{go to the DATA-LENSLENSES package, , @t{data-lens.lenses}}
@item Source
@ref{go to the data-lens/opticslisp file, , @t{optics.lisp}} (file)
@item Direct superclasses
@t{standard-object} (class)
@item Direct methods
@itemize @bullet
@item
@ref{go to the DATA-LENSLENSESFMAP COMMON-LISPT DATA-LENSLENSESIDENTITY- method, , @t{fmap}} (method)
@item
@t{print-object} (method)
@item
@ref{go to the DATA-LENSLENSESUNIDENTITY DATA-LENSLENSESIDENTITY- method, , @t{unidentity}} (method)
@end itemize
@item Direct slots
@defvr {Slot} %v
@slotsubindex{%v}@c
@table @strong
@item Initargs
@t{:value}
@item Readers
@ref{go to the DATA-LENSLENSESUNIDENTITY generic function, , @t{unidentity}} (generic function)
@end table
@end defvr
@end table
@end deftp
@c ====================================================================
@c Indexes
@c ====================================================================
@node Indexes, , Definitions, Top
@appendix Indexes
@menu
* Concept index::
* Function index::
* Variable index::
* Data type index::
@end menu
@c -------------
@c Concept index
@c -------------
@node Concept index, Function index, Indexes, Indexes
@appendixsec Concepts
@printindex cp
@page
@c --------------
@c Function index
@c --------------
@node Function index, Variable index, Concept index, Indexes
@appendixsec Functions
@printindex fn
@page
@c --------------
@c Variable index
@c --------------
@node Variable index, Data type index, Function index, Indexes
@appendixsec Variables
@printindex vr
@page
@c ---------------
@c Data type index
@c ---------------
@node Data type index, , Variable index, Indexes
@appendixsec Data types
@printindex tp
@bye
@c data-lens-transducers.texi ends here