Interface IntervalSpec<T>

Type Parameters:
T - the type of value that defines the interval
All Superinterfaces:
GeneratorSpec<IntervalSupplier<T>>, Supplier<IntervalSupplier<T>>, ValueSpec<IntervalSupplier<T>>

@ExperimentalApi public interface IntervalSpec<T> extends ValueSpec<IntervalSupplier<T>>
Spec for generating intervals of various types, such as numeric and temporal values.
Since:
5.0.0