Package org.apache.solr.bench.generators
Class FloatsDSL.FloatDomainBuilder
java.lang.Object
org.apache.solr.bench.generators.FloatsDSL.FloatDomainBuilder
- Enclosing class:
FloatsDSL
-
Method Summary
Modifier and TypeMethodDescriptionorg.quicktheories.core.Gen<Float> upToAndIncluding(float endInclusive) Generates within the interval specified with an inclusive lower and upper bound.
-
Method Details
-
upToAndIncluding
Generates within the interval specified with an inclusive lower and upper bound.- Parameters:
endInclusive- - inclusive upper bound of domain- Returns:
- a Source of type Float
-