Interface TemporalGeneratorSpec<T extends Temporal>

    • Field Detail

      • DEFAULT_MIN

        static final Instant DEFAULT_MIN
      • DEFAULT_MAX

        static final Instant DEFAULT_MAX
    • Method Detail

      • range

        TemporalGeneratorSpec<T> range​(T startInclusive,
                                       T endExclusive)
        Generate a temporal value between the given range.
        Parameters:
        startInclusive - start date (inclusive)
        endExclusive - end date (exclusive)
        Returns:
        spec builder