utility-pickle - v0.1.0
    Preparing search index...

    Class PipeBuilder<Input, Output>

    A utility class for fluently composing a pipeline of functions, where each function receives the output of the previous function as its input. Call .then() to add steps, and .build() to generate the composed pipeline function.

    Type Parameters

    • Input

      The type of the pipeline's initial input value.

    • Output

      The type of the pipeline's final output value.

    Index

    Constructors

    Methods

    Constructors

    Methods