kotlinpoet / com.squareup.kotlinpoet / FunSpec / Builder / nextControlFlow

nextControlFlow

fun nextControlFlow(controlFlow: String, vararg args: Any): Builder

Parameters

controlFlow - the control flow construct and its code, such as "else if (foo == 10)".