Package net.jqwik.engine
Class ArbitraryDelegator<T>
- java.lang.Object
-
- net.jqwik.engine.properties.arbitraries.AbstractArbitraryBase
-
- net.jqwik.engine.ArbitraryDecorator<T>
-
- net.jqwik.engine.ArbitraryDelegator<T>
-
- All Implemented Interfaces:
java.lang.Cloneable,net.jqwik.api.Arbitrary<T>
public class ArbitraryDelegator<T> extends ArbitraryDecorator<T>
-
-
Constructor Summary
Constructors Constructor Description ArbitraryDelegator(net.jqwik.api.Arbitrary<T> delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected net.jqwik.api.Arbitrary<T>arbitrary()-
Methods inherited from class net.jqwik.engine.ArbitraryDecorator
edgeCases, exhaustive, generator, isUnique, toString
-
Methods inherited from class net.jqwik.engine.properties.arbitraries.AbstractArbitraryBase
typedClone
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.jqwik.api.Arbitrary
allValues, array, asGeneric, collect, dontShrink, edgeCases, exhaustive, filter, fixGenSize, flatMap, forEachValue, ignoreException, injectDuplicates, injectNull, iterator, list, map, optional, sample, sampleStream, set, stream, tuple1, tuple2, tuple3, tuple4, tuple5, unique
-
-
-
-
Constructor Detail
-
ArbitraryDelegator
public ArbitraryDelegator(net.jqwik.api.Arbitrary<T> delegate)
-
-
Method Detail
-
arbitrary
protected net.jqwik.api.Arbitrary<T> arbitrary()
- Specified by:
arbitraryin classArbitraryDecorator<T>
-
-