Class ArbitraryDelegator<T>

  • All Implemented Interfaces:
    java.lang.Cloneable, net.jqwik.api.Arbitrary<T>

    public class ArbitraryDelegator<T>
    extends ArbitraryDecorator<T>
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface net.jqwik.api.Arbitrary

        net.jqwik.api.Arbitrary.ArbitraryFacade
    • 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 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)