• Transforms the internal value in the ControlFlow object.

    Type Parameters

    • B1

    • B2

    Parameters

    • breakMapper: ((b) => B2)

      Function to transform the break value.

        • (b): B2
        • Parameters

          • b: B1

          Returns B2

    Returns (<C1, C2>(continueMapper) => ((cf) => ControlFlow<B2, C2>))

    The transformed object.

Generated using TypeDoc