Class ConstantFunctionGenerator<F,R>
java.lang.Object
net.jqwik.engine.properties.arbitraries.randomized.ConstantFunctionGenerator<F,R>
- All Implemented Interfaces:
net.jqwik.api.RandomGenerator<F>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.RandomGenerator
net.jqwik.api.RandomGenerator.RandomGeneratorFacade -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionconditionalResult(Object[] args) net.jqwik.api.Shrinkable<F>createConstantFunction(net.jqwik.api.Shrinkable<R> shrinkableConstant) protected ObjecthandleDefaultMethod(Object proxy, Method method, Object[] args) protected ObjecthandleEqualsMethod(Object proxy, Object[] args) protected MethodHandlehandleForDefaultMethod(Method method) net.jqwik.api.Shrinkable<F>Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.jqwik.api.RandomGenerator
collect, dontShrink, filter, flatMap, flatMap, ignoreExceptions, injectDuplicates, map, mapShrinkable, stream, withEdgeCases