Class InstanceOfFluent<A extends InstanceOfFluent<A>>

java.lang.Object
io.sundr.builder.BaseFluent<A>
io.sundr.model.InstanceOfFluent<A>
Direct Known Subclasses:
AssignFluent.InstanceOfTargetNested, AssignFluent.InstanceOfValueNested, BinaryExpressionFluent.InstanceOfLeftNested, BinaryExpressionFluent.InstanceOfRightNested, CastFluent.InstanceOfExpressionNested, ConstructFluent.InstanceOfArgumentsNested, DeclareFluent.InstanceOfValueNested, DoFluent.InstanceOfConditionNested, EnclosedFluent.InstanceOfExpresionNested, ForeachFluent.InstanceOfExpressionNested, ForFluent.InstanceOfCompareNested, ForFluent.InstanceOfInitNested, ForFluent.InstanceOfUpdateNested, IfDslConditionStepFluent.InstanceOfConditionNested, IfDslThenStepFluent.InstanceOfConditionNested, IfFluent.InstanceOfConditionNested, IndexFluent.InstanceOfExpressionNested, InstanceOfBuilder, InstanceOfFluent.InstanceOfExpressionNested, InverseFluent.InstanceOfExpresionNested, MethodCallFluent.InstanceOfArgumentsNested, NegativeFluent.InstanceOfExpresionNested, NewArrayFluent.InstanceOfExpressionsNested, NotFluent.InstanceOfExpresionNested, PositiveFluent.InstanceOfExpresionNested, PostDecrementFluent.InstanceOfExpressionNested, PostIncrementFluent.InstanceOfExpressionNested, PreDecrementFluent.InstanceOfExpressionNested, PreIncrementFluent.InstanceOfExpressionNested, PropertyFluent.InstanceOfInitialValueNested, ReturnFluent.InstanceOfExpressionNested, SwitchFluent.InstanceOfExpressionNested, SynchronizedFluent.InstanceOfLockExpressionNested, TernaryFluent.InstanceOfAlternativeNested, TernaryFluent.InstanceOfConditionNested, TernaryFluent.InstanceOfResultNested, ThrowFluent.InstanceOfExceptionNested, WhileFluent.InstanceOfConditionNested, WithScopeFluent.InstanceOfScopeNested

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