Package net.jqwik.api

Class 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>
    • 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
    • Constructor Detail

      • NONE

        public NONE()