• Transforms the break value in the ControlFlow object if only it is a Break.

    Type Parameters

    • B1

    • B2

    Parameters

    • mapper: ((b) => B2)

      Function to transform the break value.

        • (b): B2
        • Parameters

          • b: B1

          Returns B2

    Returns (<C>(cf) => ControlFlow<B2, C>)

    The transformed object.

Generated using TypeDoc