javapoet-dsl / com.mostlycertain.javapoetdsl / CodeBuilder / IfFlow

IfFlow

inner class IfFlow : Flow

Constructors

<init>

IfFlow()

Functions

elseDecl

Render a final "else" block.

fun elseDecl(block: CodeFunc): Unit

elseIfDecl

Render an "else if" block.

fun elseIfDecl(conditionFormat: String, vararg conditionArgs: Any, block: CodeFunc): IfFlow
fun elseIfDecl(condition: CodeExpression, block: CodeFunc): IfFlow