Uses of Class
io.sundr.model.MethodFluent.ParametersNested
-
-
Uses of MethodFluent.ParametersNested in io.sundr.model
Methods in io.sundr.model that return MethodFluent.ParametersNested Modifier and Type Method Description MethodFluent.ParametersNested<A>MethodFluent. addNewParameter()MethodFluent.ParametersNested<A>MethodFluent. addNewParameterLike(io.sundr.model.TypeParamDef item)MethodFluent.ParametersNested<A>MethodFluent. editFirstParameter()MethodFluent.ParametersNested<A>MethodFluent. editLastParameter()MethodFluent.ParametersNested<A>MethodFluent. editMatchingParameter(Predicate<TypeParamDefBuilder> predicate)MethodFluent.ParametersNested<A>MethodFluent. editParameter(int index)MethodFluent.ParametersNested<A>MethodFluent. setNewParameterLike(int index, io.sundr.model.TypeParamDef item)
-