cl:sequence). It is a structure class.| collection | The root class of the FSet functional collections hierarchy. It is a structure class. |
|---|
| wb-seq | A class of functional seqs (sequences, but we use the short name to avoid confusion with cl:sequ... |
|---|
| default |
|---|
| compare | Returns one of :less, :greater, :equal, or :unequal according as xis less than, greate... |
|---|---|
| convert | Converts the collection to the specified type. Some methods may take additional keyword argument... |
| count | If collection is a Lisp sequence, this simply calls cl:count. On an FSetcollection, the def... |
| count-if | If collection is a Lisp sequence, this simply calls cl:count-if. On anFSet collection, the ... |
| count-if-not | If collection is a Lisp sequence, this simply calls cl:count-if-not.On an FSet collection, t... |
| default | Returns the default for the map or seq, i.e., the value returned by lookupwhen the supplied ke... |
| domain-contains? | Returns true iff the domain of the map or seq contains x. (The domainof a seq is the set of v... |
| filter | Returns a new collection containing those members or pairs of collectionfor which fn returns... |
| find | If collection is a Lisp sequence, this simply calls cl:find. On an FSetcollection, the defa... |
| find-if | If collection is a Lisp sequence, this simply calls cl:find-if. On anFSet collection, the ... |
| find-if-not | If collection is a Lisp sequence, this simply calls cl:find-if-not.On an FSet collection, th... |
| image | Returns a new collection containing the result of applying fn to eachmember of collection, w... |
| position | If collection is a Lisp sequence, this simply calls cl:position. On anFSet seq, the default... |
| position-if | If collection is a Lisp sequence, this simply calls cl:position-if.Also works on an FSet seq... |
| position-if-not | If collection is a Lisp sequence, this simply calls cl:position-if-not.Also works on an FSet... |
| range-contains? | Returns true iff the range of the map or seq contains x. (The rangeof a seq is the set of mem... |
| reduce | If collection is a Lisp sequence, this simply calls cl:reduce (q.v.).On an FSet collection, ... |
| remove | If collection is a Lisp sequence, this simply calls cl:remove. On anFSet seq, the default f... |
| remove-if | If collection is a Lisp sequence, this simply calls cl:remove-if.Also works on an FSet seq; ... |
| remove-if-not | If collection is a Lisp sequence, this simply calls cl:remove-if-not.Also works on an FSet s... |
| substitute | If collection is a Lisp sequence, this simply calls cl:substitute. Onan FSet seq, the defau... |
| substitute-if | If collection is a Lisp sequence, this simply calls cl:substitute-if.Also works on an FSet s... |
| substitute-if-not | If collection is a Lisp sequence, this simply calls cl:substitute-if-not.Also works on an FS... |