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>
-
Nested Class Summary
Nested classes/interfaces inherited from interface net.jqwik.api.ArbitrarySupplier
ArbitrarySupplier.NONE
-
Constructor Summary
-
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
-
Constructor Details
-
NONE
public NONE()
-