Interface PeriodArbitrary

All Superinterfaces:
Arbitrary<Period>

@API(status=EXPERIMENTAL, since="1.4.0") public interface PeriodArbitrary extends Arbitrary<Period>
Fluent interface to configure the generation of period values.
  • Method Details

    • between

      PeriodArbitrary between(Period min, Period max)
      Set the allowed lower min (included) and upper max (included) bounder of generated period.