Package org.apache.solr.bench.generators
Class LazyGen<T>
java.lang.Object
org.apache.solr.bench.generators.SolrGen<T>
org.apache.solr.bench.generators.LazyGen<T>
- Type Parameters:
T- the type parameter
- All Implemented Interfaces:
org.quicktheories.api.AsString<T>,org.quicktheories.core.Gen<T>
The type Lazy gen.
-
Field Summary
Fields inherited from class org.apache.solr.bench.generators.SolrGen
child, CLOSE_PAREN, COUNT_TYPES_ARE_TRACKED_LIMIT_WAS_REACHED, COUNTS, end, ONLY, OPEN_PAREN, RANDOM_DATA_GEN_REPORTS, start -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate t.generate(org.quicktheories.core.RandomnessSource in) Methods inherited from class org.apache.solr.bench.generators.SolrGen
countsReport, describedAs, describedAs, flatMap, getDistribution, map, map, mix, mix, mix, toString, type, withDistributionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.quicktheories.core.Gen
asString, assuming, map, map, mix, mutate, toOptionals, zip, zip, zip, zip
-
Constructor Details
-
LazyGen
Instantiates a new Lazy gen.- Parameters:
genSupplier- the gen supplier
-
-
Method Details