This is the pipes Reference Manual, generated automatically by Declt version 2.4 "Will Decker" on Wed Jun 20 12:23:55 2018 GMT+0.
• Systems: | The systems documentation | |
• Files: | The files documentation | |
• Packages: | The packages documentation | |
• Definitions: | The symbols documentation | |
• Indexes: | Concepts, functions, variables and data types |
The main system appears first, followed by any subsystem dependency.
• The pipes system: |
pipes.asd (file)
Files are sorted by type and then listed depth-first from the systems components trees.
• Lisp files: |
• The pipes.asd file: | ||
• The pipes/package.lisp file: | ||
• The pipes/src.lisp file: |
Next: The pipes/package<dot>lisp file, Previous: Lisp files, Up: Lisp files [Contents][Index]
pipes.asd
pipes (system)
Next: The pipes/src<dot>lisp file, Previous: The pipes<dot>asd file, Up: Lisp files [Contents][Index]
pipes (system)
package.lisp
Previous: The pipes/package<dot>lisp file, Up: Lisp files [Contents][Index]
package.lisp (file)
pipes (system)
src.lisp
Next: Definitions, Previous: Files, Up: Top [Contents][Index]
Packages are listed by definition order.
• The pipes-system package: | ||
• The pipes-user package: | ||
• The pipes package: |
Next: The pipes-user package, Previous: Packages, Up: Packages [Contents][Index]
pipes.asd
Next: The pipes package, Previous: The pipes-system package, Up: Packages [Contents][Index]
package.lisp (file)
Previous: The pipes-user package, Up: Packages [Contents][Index]
package.lisp (file)
common-lisp
Definitions are sorted by export status, category, package, and then by lexicographic order.
• Exported definitions: |
Previous: Definitions, Up: Definitions [Contents][Index]
• Exported constants: | ||
• Exported macros: | ||
• Exported functions: |
Next: Exported macros, Previous: Exported definitions, Up: Exported definitions [Contents][Index]
Next: Exported functions, Previous: Exported constants, Up: Exported definitions [Contents][Index]
Create a pipe by evaluating head and delaying tail.
Previous: Exported macros, Up: Exported definitions [Contents][Index]
Return a pipe that appends the elements of x and y.
Go through all (or count) elements of pipe, possibly applying the KEY function. (Try PRINT.)
Keep only items in pipe satisfying predicate.
Force the enumeration of all of the pipe. Never returns if the pipe is infinite in length.
Map fn over pipe, delaying all but the first fn call.
Map fn over pipe, delaying all but the first fn call, while filtering results.
Lazily map fn over pipe, appending results.
Map fn over pipe, delaying all but the first fn call, appending results while filtering.
Return tail of pipe or list, and destructively update the tail if it is a function.
Simple wrapper to return values of a pipe
Previous: Definitions, Up: Top [Contents][Index]
• Concept index: | ||
• Function index: | ||
• Variable index: | ||
• Data type index: |
Next: Function index, Previous: Indexes, Up: Indexes [Contents][Index]
Jump to: | F L P |
---|
Jump to: | F L P |
---|
Next: Variable index, Previous: Concept index, Up: Indexes [Contents][Index]
Jump to: | F M P |
---|
Jump to: | F M P |
---|
Next: Data type index, Previous: Function index, Up: Indexes [Contents][Index]
Jump to: | +
C |
---|
Index Entry | Section | ||
---|---|---|---|
| |||
+ | |||
+empty-pipe+ : | Exported constants | ||
| |||
C | |||
Constant, +empty-pipe+ : | Exported constants | ||
|
Jump to: | +
C |
---|
Previous: Variable index, Up: Indexes [Contents][Index]
Jump to: | P S |
---|
Jump to: | P S |
---|