Class FixedValueFlatMappedShrinkable<T,​U>

  • All Implemented Interfaces:
    java.lang.Comparable<net.jqwik.api.Shrinkable<U>>, net.jqwik.api.Shrinkable<U>

    public class FixedValueFlatMappedShrinkable<T,​U>
    extends FlatMappedShrinkable<T,​U>
    • Nested Class Summary

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

        net.jqwik.api.Shrinkable.ShrinkableFacade
    • Constructor Summary

      Constructors 
      Constructor Description
      FixedValueFlatMappedShrinkable​(net.jqwik.api.Shrinkable<T> toMap, java.util.function.Function<T,​net.jqwik.api.Shrinkable<U>> mapper, java.util.function.Supplier<net.jqwik.api.Shrinkable<U>> shrinkableSupplier)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected net.jqwik.api.Shrinkable<U> shrinkable()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface net.jqwik.api.Shrinkable

        asGeneric, compareTo, filter, flatMap, grow, grow, makeUnshrinkable, map, shrink
    • Constructor Detail

      • FixedValueFlatMappedShrinkable

        public FixedValueFlatMappedShrinkable​(net.jqwik.api.Shrinkable<T> toMap,
                                              java.util.function.Function<T,​net.jqwik.api.Shrinkable<U>> mapper,
                                              java.util.function.Supplier<net.jqwik.api.Shrinkable<U>> shrinkableSupplier)