T - type of first parameter of produced functionU - type of second parameter of produced functionpublic class ToIntBiFunctionGenerator<T,U> extends ComponentizedGenerator<ToIntBiFunction>
ToIntBiFunction.| Constructor and Description |
|---|
ToIntBiFunctionGenerator() |
| Modifier and Type | Method and Description |
|---|---|
ToIntBiFunction<T,U> |
generate(SourceOfRandomness random,
GenerationStatus status) |
int |
numberOfNeededComponents() |
void |
provide(Generators provided) |
addComponentGenerators, canGenerateForParametersOfTypes, canRegisterAsType, componentGenerators, configure, hasComponentscanShrink, compatibleWithTypeParameter, configurationAnnotationsOn, configure, copy, doShrink, gen, gen, magnitude, narrow, shrink, typespublic void provide(Generators provided)
provide in class ComponentizedGenerator<ToIntBiFunction>public ToIntBiFunction<T,U> generate(SourceOfRandomness random, GenerationStatus status)
public int numberOfNeededComponents()
numberOfNeededComponents in class Generator<ToIntBiFunction>Copyright © 2020. All rights reserved.