Package net.jqwik.api
Klasse Functions
java.lang.Object
net.jqwik.api.Functions
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic classWraps a function to be generated. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Functions.FunctionWrapperCreate a wrapper for functional types i.e. types marked FunctionalInterface or representing a SAM (single abstract method) type.
-
Methodendetails
-
function
Create a wrapper for functional types i.e. types marked FunctionalInterface or representing a SAM (single abstract method) type.- Parameter:
functionalType- The class object of the functional type to generate- Gibt zurück:
- a new function wrapper instance
- Löst aus:
JqwikException- iffunctionalTypeis not a functional type
-