Class OfPrecision
java.lang.Object
net.jqwik.time.internal.properties.arbitraries.valueRanges.OfPrecision
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondurationFromValue(BigInteger bigInteger) effectiveMaxNanos(LocalTime effective) get()booleanisGreatherThan(ChronoUnit precision) booleanisLessOrEqualTo(ChronoUnit precision) booleanisSet()localTimeFromValue(long longAdd, LocalTime effectiveMin) longlongsBetween(LocalTime effectiveMin, LocalTime effectiveMax) voidset(ChronoUnit precision) voidsetProgrammatically(ChronoUnit precision) booleanvalueWithPrecisionIsAllowed(int minutes, int seconds, int nanos)
-
Field Details
-
DEFAULT
-
-
Constructor Details
-
OfPrecision
public OfPrecision()
-
-
Method Details
-
set
-
setProgrammatically
-
get
-
isSet
public boolean isSet() -
isGreatherThan
-
isLessOrEqualTo
-
valueWithPrecisionIsAllowed
public boolean valueWithPrecisionIsAllowed(int minutes, int seconds, int nanos) -
maxPossibleDuration
-
maxPossibleLocalTime
-
longsBetween
-
localTimeFromValue
-
effectiveMaxNanos
-
minPossibleDuration
-
durationFromValue
-