• Transforms the continue value in the ControlFlow object if only it is a Continue.

    Type Parameters

    • C1

    • C2

    Parameters

    • mapper: ((c) => C2)

      Function to transform the continue value.

        • (c): C2
        • Parameters

          • c: C1

          Returns C2

    Returns (<B>(cf) => ControlFlow<B, C2>)

    The transformed object.

Generated using TypeDoc