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

forEachDecl

fun forEachDecl(variableType: TypeName, variableName: String, collection: CodeExpression, block: CodeFunc): Unit
fun forEachDecl(variableType: Type, variableName: String, collection: CodeExpression, block: CodeFunc): Unit
fun forEachDecl(variableType: KClass<*>, variableName: String, collection: CodeExpression, block: CodeFunc): Unit