• Concatenates two builders into one. Note that the order of parameters looks inverted.

    Parameters

    • second: Builder

      A builder that run at second.

    Returns ((first) => Builder)

    The concatenated builder.

Generated using TypeDoc