Package net.jqwik.api

Class ArbitrarySupplier.NONE

java.lang.Object
net.jqwik.api.ArbitrarySupplier.NONE
All Implemented Interfaces:
Supplier<Arbitrary<Void>>, ArbitrarySupplier<Void>
Enclosing interface:
ArbitrarySupplier<T>

@API(status=INTERNAL, since="1.6.3") public static class ArbitrarySupplier.NONE extends Object implements ArbitrarySupplier<Void>
  • Constructor Details

    • NONE

      public NONE()