@API(status=EXPERIMENTAL, since="1.5.1") public interface ZoneOffsetArbitrary extends Arbitrary<java.time.ZoneOffset>
Arbitrary.ArbitraryFacade
Modifier and Type | Method and Description |
---|---|
ZoneOffsetArbitrary |
between(java.time.ZoneOffset min,
java.time.ZoneOffset max)
Set the allowed lower
min (included) and upper max (included) bounder of generated zone offset values. |
allValues, array, asGeneric, collect, dontShrink, edgeCases, edgeCases, edgeCases, exhaustive, exhaustive, filter, filter, fixGenSize, flatMap, forEachValue, generator, generator, generatorWithEmbeddedEdgeCases, ignoreException, ignoreException, ignoreExceptions, ignoreExceptions, injectDuplicates, injectNull, isGeneratorMemoizable, iterator, list, map, optional, optional, sample, sampleStream, set, stream, tuple1, tuple2, tuple3, tuple4, tuple5, withoutEdgeCases
ZoneOffsetArbitrary between(java.time.ZoneOffset min, java.time.ZoneOffset max)
min
(included) and upper max
(included) bounder of generated zone offset values.