Class ReturnFluent<A extends ReturnFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.ReturnFluent<A>
Direct Known Subclasses:
BlockFluent.ReturnStatementsNested, DoFluent.ReturnStatementNested, ForeachFluent.ReturnBodyNested, ForFluent.ReturnBodyNested, IfFluent.ReturnStatementNested, LambdaFluent.ReturnStatementNested, ReturnBuilder, WhileFluent.ReturnStatementNested

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