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, DoFluent.InstanceOfConditionNested, EnclosedFluent.InstanceOfExpresionNested, ForeachFluent.InstanceOfExpressionNested, ForFluent.InstanceOfCompareNested, ForFluent.InstanceOfInitNested, ForFluent.InstanceOfUpdateNested, IfFluent.InstanceOfConditionNested, IndexFluent.InstanceOfExpressionNested, IndexFluent.InstanceOfScopeNested, InstanceOfBuilder, InstanceOfFluent.InstanceOfExpressionNested, InverseFluent.InstanceOfExpresionNested, MethodCallFluent.InstanceOfArgumentsNested, MethodCallFluent.InstanceOfScopeNested, NegativeFluent.InstanceOfExpresionNested, NewArrayFluent.InstanceOfExpressionsNested, NotFluent.InstanceOfExpresionNested, PositiveFluent.InstanceOfExpresionNested, PostDecrementFluent.InstanceOfExpressionNested, PostIncrementFluent.InstanceOfExpressionNested, PreDecrementFluent.InstanceOfExpressionNested, PreIncrementFluent.InstanceOfExpressionNested, PropertyRefFluent.InstanceOfScopeNested, ReturnFluent.InstanceOfExpressionNested, SwitchFluent.InstanceOfExpressionNested, TernaryFluent.InstanceOfAlternativeNested, TernaryFluent.InstanceOfConditionNested, TernaryFluent.InstanceOfResultNested, WhileFluent.InstanceOfConditionNested

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