Uses of Interface
org.instancio.generator.specs.NumericSequenceGeneratorSpec
Packages that use NumericSequenceGeneratorSpec
-
Uses of NumericSequenceGeneratorSpec in org.instancio.generator.specs
Subinterfaces of NumericSequenceGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceNumericSequenceAsGeneratorSpec<T extends Number & Comparable<T>>A spec for generating numeric sequences that supportsAsGeneratorSpec.interfaceNumericSequenceSpec<T extends Number & Comparable<T>>Spec for generating numeric sequences.Methods in org.instancio.generator.specs that return NumericSequenceGeneratorSpecModifier and TypeMethodDescriptionNumericSequenceGeneratorSpec.next(UnaryOperator<T> next) Specifies the function for calculating the next sequence value.NumericSequenceGeneratorSpec.nullable()Indicates thatnullvalue can be generated.Specifies the starting value of the sequence.