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, DoFluent.NotConditionNested, EnclosedFluent.NotExpresionNested, ForeachFluent.NotExpressionNested, ForFluent.NotCompareNested, ForFluent.NotInitNested, ForFluent.NotUpdateNested, IfFluent.NotConditionNested, IndexFluent.NotExpressionNested, IndexFluent.NotScopeNested, InstanceOfFluent.NotExpressionNested, InverseFluent.NotExpresionNested, MethodCallFluent.NotArgumentsNested, MethodCallFluent.NotScopeNested, NegativeFluent.NotExpresionNested, NewArrayFluent.NotExpressionsNested, NotBuilder, NotFluent.NotExpresionNested, PositiveFluent.NotExpresionNested, PostDecrementFluent.NotExpressionNested, PostIncrementFluent.NotExpressionNested, PreDecrementFluent.NotExpressionNested, PreIncrementFluent.NotExpressionNested, PropertyRefFluent.NotScopeNested, ReturnFluent.NotExpressionNested, SwitchFluent.NotExpressionNested, TernaryFluent.NotAlternativeNested, TernaryFluent.NotConditionNested, TernaryFluent.NotResultNested, WhileFluent.NotConditionNested

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