Package com.lmax.simpledsl.api
Interface RepeatingGroup
-
- All Superinterfaces:
DslValues
public interface RepeatingGroup extends DslValues
Provides access to the values for a single instance of aRepeatingArgGroup.Apart from not supporting nested
RepeatingArgGroups, all the value accessor methods fromDslParamsare available.- See Also:
RepeatingArgGroup,DslParams.valuesAsGroup(String)
-
-
Method Summary
-
Methods inherited from interface com.lmax.simpledsl.api.DslValues
getParams, hasParam, hasParamAndValue, hasValue, value, valueAs, valueAs, valueAsBigDecimal, valueAsBoolean, valueAsDouble, valueAsInt, valueAsLong, valueAsOptional, valueAsOptionalOf, valueAsParam, valueAsParamNamed, values, valuesAs, valuesAs, valuesAs, valuesAsBigDecimals, valuesAsDoubles, valuesAsInts, valuesAsList, valuesAsListOf, valuesAsLongs, valuesAsOptional, valuesAsOptionalDouble, valuesAsOptionalInt, valuesAsOptionalLong
-
-