Class BlockFluent<A extends BlockFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.BlockFluent<A>
Direct Known Subclasses:
BlockBuilder, BlockFluent.BlockStatementsNested, DoFluent.BlockStatementNested, ForeachFluent.BlockBodyNested, ForFluent.BlockBodyNested, IfFluent.BlockStatementNested, LambdaFluent.BlockStatementNested, MethodFluent.BlockNested, SwitchFluent.DefaultCaseNested, WhileFluent.BlockStatementNested

public class BlockFluent<A extends BlockFluent<A>> extends BaseFluent<A>
Generated