Interface NumericSequenceAsGeneratorSpec<T extends Number & Comparable<T>>

Type Parameters:
T - the number type
All Superinterfaces:
AsGeneratorSpec<T>, GeneratorSpec<T>, NullableGeneratorSpec<T>, NumericSequenceGeneratorSpec<T>

@ExperimentalApi public interface NumericSequenceAsGeneratorSpec<T extends Number & Comparable<T>> extends NumericSequenceGeneratorSpec<T>, AsGeneratorSpec<T>
A spec for generating numeric sequences that supports AsGeneratorSpec.
Since:
2.13.0