Packages › trotsky › ListMixins
ListMixins class 
A mixin class providing reusable list-related methods to extend step functionality. These methods append specific list-related steps to the current chain.
Signature:
typescript
export declare abstract class ListMixins<P, C, O> extends Step<P, C, O>Extends: Step<P, C, O>
Methods 
| Method | Modifiers | Description | 
|---|---|---|
| Appends a step to fetch the members of the current list. |