Package net.jqwik.api
Class ArbitrarySupplier.NONE
- java.lang.Object
-
- net.jqwik.api.ArbitrarySupplier.NONE
-
- All Implemented Interfaces:
java.util.function.Supplier<Arbitrary<java.lang.Void>>
,ArbitrarySupplier<java.lang.Void>
- Enclosing interface:
- ArbitrarySupplier<T>
@API(status=INTERNAL, since="1.6.3") public static class ArbitrarySupplier.NONE extends java.lang.Object implements ArbitrarySupplier<java.lang.Void>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.jqwik.api.ArbitrarySupplier
ArbitrarySupplier.NONE
-
-
Constructor Summary
Constructors Constructor Description NONE()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.jqwik.api.ArbitrarySupplier
get, supplyFor
-
-