Class FixedValueFlatMappedShrinkable<T,U>

java.lang.Object
net.jqwik.engine.properties.shrinking.FlatMappedShrinkable<T,U>
net.jqwik.engine.properties.shrinking.FixedValueFlatMappedShrinkable<T,U>
All Implemented Interfaces:
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, Function<T,net.jqwik.api.Shrinkable<U>> mapper, Supplier<net.jqwik.api.Shrinkable<U>> shrinkableSupplier)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected net.jqwik.api.Shrinkable<U>
     

    Methods inherited from class net.jqwik.engine.properties.shrinking.FlatMappedShrinkable

    distance, equals, hashCode, shrink, toString, value

    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
  • Constructor Details

    • FixedValueFlatMappedShrinkable

      public FixedValueFlatMappedShrinkable(net.jqwik.api.Shrinkable<T> toMap, Function<T,net.jqwik.api.Shrinkable<U>> mapper, Supplier<net.jqwik.api.Shrinkable<U>> shrinkableSupplier)
  • Method Details