Package net.jqwik.api

Class Functions.FunctionsFacade

  • Enclosing class:
    Functions

    @API(status=INTERNAL)
    public abstract static class Functions.FunctionsFacade
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      FunctionsFacade()  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void ensureFunctionalType​(java.lang.Class<?> functionalType)  
      abstract <F,​R>
      FunctionArbitrary<F,​R>
      function​(java.lang.Class<?> functionalType, Arbitrary<R> resultArbitrary)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • FunctionsFacade

        public FunctionsFacade()
    • Method Detail

      • ensureFunctionalType

        public abstract void ensureFunctionalType​(java.lang.Class<?> functionalType)
      • function

        public abstract <F,​R> FunctionArbitrary<F,​R> function​(java.lang.Class<?> functionalType,
                                                                          Arbitrary<R> resultArbitrary)