Package net.jqwik.api
Klasse Builders.BuilderCombinator<B>
java.lang.Object
net.jqwik.api.Builders.BuilderCombinator<B>
- Typparameter:
B
- The builder's type
- Umschließende Klasse:
Builders
Provide access to combinators through builder functionality.
A builder is created through Builders.withBuilder(Supplier).
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuild()
Create the final arbitrary if it's the builder itself.Create the final arbitrary.boolean
Equality matters to allow memoization of resulting arbitrariesint
hashCode()
<T extends @Nullable Object>
Builders.CombinableBuilder<B, T> Use an arbitrary of typeT
in this builder
-
Methodendetails
-
use
Use an arbitrary of typeT
in this builder- Typparameter:
T
-- Parameter:
arbitrary
-- Gibt zurück:
- new Builders.CombinableBuilder instance
-
build
Create the final arbitrary.- Typparameter:
T
- the target object's type- Parameter:
buildFunction
- Function to map a builder to an object- Gibt zurück:
- arbitrary of target object
-
build
Create the final arbitrary if it's the builder itself.- Gibt zurück:
- arbitrary of builder
-
equals
Equality matters to allow memoization of resulting arbitraries -
hashCode
public int hashCode()
-