Uses of Interface
org.instancio.generator.specs.NumericSequenceGeneratorSpec
Packages that use NumericSequenceGeneratorSpec
Package
Description
Defines generator specs.
Defines classes that provide access to built-in generators.
-
Uses of NumericSequenceGeneratorSpec in org.instancio.generator.specs
Subinterfaces of NumericSequenceGeneratorSpec in org.instancio.generator.specsModifier and TypeInterfaceDescriptioninterfaceNumericSequenceSpec<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. -
Uses of NumericSequenceGeneratorSpec in org.instancio.generators
Methods in org.instancio.generators that return NumericSequenceGeneratorSpec