Uses of Interface
org.instancio.RandomUnaryOperator
Packages that use RandomUnaryOperator
-
Uses of RandomUnaryOperator in org.instancio.generator.specs
Methods in org.instancio.generator.specs with parameters of type RandomUnaryOperatorModifier and TypeMethodDescriptionIntervalSpec.nextEnd(RandomUnaryOperator<T> nextEndFn) Specifies the function for calculating theendvalue of the interval based on thestartvalue of the current interval.IntervalSpec.nextStart(RandomUnaryOperator<T> nextStartFn) Specifies the function for calculating thestartvalue of the next interval based on theendvalue of the current interval.