Package org.apache.solr.bench.generators
Class FloatsDSL.FloatDomainBuilder
- java.lang.Object
- 
- org.apache.solr.bench.generators.FloatsDSL.FloatDomainBuilder
 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description org.quicktheories.core.Gen<Float>upToAndIncluding(float endInclusive)Generates within the interval specified with an inclusive lower and upper bound.
 
- 
- 
- 
Method Detail- 
upToAndIncludingpublic org.quicktheories.core.Gen<Float> upToAndIncluding(float endInclusive) 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
 
 
- 
 
-