Class NotFluent<A extends NotFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.NotFluent<A>
Direct Known Subclasses:
AssignFluent.NotTargetNested, AssignFluent.NotValueNested, BinaryExpressionFluent.NotLeftNested, BinaryExpressionFluent.NotRightNested, CastFluent.NotExpressionNested, ConstructFluent.NotArgumentsNested, DeclareFluent.NotValueNested, DoFluent.NotConditionNested, EnclosedFluent.NotExpresionNested, ForeachFluent.NotExpressionNested, ForFluent.NotCompareNested, ForFluent.NotInitNested, ForFluent.NotUpdateNested, IfDslConditionStepFluent.NotConditionNested, IfDslThenStepFluent.NotConditionNested, IfFluent.NotConditionNested, IndexFluent.NotExpressionNested, InstanceOfFluent.NotExpressionNested, InverseFluent.NotExpresionNested, MethodCallFluent.NotArgumentsNested, NegativeFluent.NotExpresionNested, NewArrayFluent.NotExpressionsNested, NotBuilder, NotFluent.NotExpresionNested, PositiveFluent.NotExpresionNested, PostDecrementFluent.NotExpressionNested, PostIncrementFluent.NotExpressionNested, PreDecrementFluent.NotExpressionNested, PreIncrementFluent.NotExpressionNested, PropertyFluent.NotInitialValueNested, ReturnFluent.NotExpressionNested, SwitchFluent.NotExpressionNested, SynchronizedFluent.NotLockExpressionNested, TernaryFluent.NotAlternativeNested, TernaryFluent.NotConditionNested, TernaryFluent.NotResultNested, ThrowFluent.NotExceptionNested, WhileFluent.NotConditionNested, WithScopeFluent.NotScopeNested

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