Uses of Class
io.sundr.model.MethodFluent.ArgumentsNested
-
-
Uses of MethodFluent.ArgumentsNested in io.sundr.model
Methods in io.sundr.model that return MethodFluent.ArgumentsNested Modifier and Type Method Description MethodFluent.ArgumentsNested<A>MethodFluent. addNewArgument()MethodFluent.ArgumentsNested<A>MethodFluent. addNewArgumentLike(io.sundr.model.Property item)MethodFluent.ArgumentsNested<A>MethodFluent. editArgument(int index)MethodFluent.ArgumentsNested<A>MethodFluent. editFirstArgument()MethodFluent.ArgumentsNested<A>MethodFluent. editLastArgument()MethodFluent.ArgumentsNested<A>MethodFluent. editMatchingArgument(Predicate<PropertyBuilder> predicate)MethodFluent.ArgumentsNested<A>MethodFluent. setNewArgumentLike(int index, io.sundr.model.Property item)
-