The collectors Module¶
- collect Macro¶
- collect-first Macro¶
- collect-first-into Macro¶
- collect-into Macro¶
- collect-last Macro¶
- collect-last-into Macro¶
- collected Macro¶
- collecting Macro¶
- collector-protocol Open Generic function¶
- Signature:
collector-protocol class => new-collector add-first add-last add-sequence-first add-sequence-last collection
- Parameters:
class – An instance of
<object>.
- Values:
new-collector – An instance of
<object>.add-first – An instance of
<function>.add-last – An instance of
<function>.add-sequence-first – An instance of
<function>.add-sequence-last – An instance of
<function>.collection – An instance of
<function>.