Package org.apache.solr.bench.generators
Class FloatsDSL.FloatDomainBuilder
- java.lang.Object
 - 
- org.apache.solr.bench.generators.FloatsDSL.FloatDomainBuilder
 
 
- 
- 
Method Summary
All 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
- 
upToAndIncluding
public 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
 
 
 - 
 
 -