Class SuperFluent<A extends SuperFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.SuperFluent<A>
Direct Known Subclasses:
AssignFluent.SuperTargetNested, AssignFluent.SuperValueNested, BinaryExpressionFluent.SuperLeftNested, BinaryExpressionFluent.SuperRightNested, CastFluent.SuperExpressionNested, ConstructFluent.SuperArgumentsNested, DeclareFluent.SuperValueNested, DoFluent.SuperConditionNested, EnclosedFluent.SuperExpresionNested, ForeachFluent.SuperExpressionNested, ForFluent.SuperCompareNested, ForFluent.SuperInitNested, ForFluent.SuperUpdateNested, IfDslConditionStepFluent.SuperConditionNested, IfDslThenStepFluent.SuperConditionNested, IfFluent.SuperConditionNested, IndexFluent.SuperExpressionNested, InstanceOfFluent.SuperExpressionNested, InverseFluent.SuperExpresionNested, MethodCallFluent.SuperArgumentsNested, NegativeFluent.SuperExpresionNested, NewArrayFluent.SuperExpressionsNested, NotFluent.SuperExpresionNested, PositiveFluent.SuperExpresionNested, PostDecrementFluent.SuperExpressionNested, PostIncrementFluent.SuperExpressionNested, PreDecrementFluent.SuperExpressionNested, PreIncrementFluent.SuperExpressionNested, PropertyFluent.SuperInitialValueNested, ReturnFluent.SuperExpressionNested, SuperBuilder, SwitchFluent.SuperExpressionNested, SynchronizedFluent.SuperLockExpressionNested, TernaryFluent.SuperAlternativeNested, TernaryFluent.SuperConditionNested, TernaryFluent.SuperResultNested, ThrowFluent.SuperExceptionNested, WhileFluent.SuperConditionNested, WithScopeFluent.SuperScopeNested

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