Package net.jqwik.api
Klasse Functions
java.lang.Object
net.jqwik.api.Functions
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
static class
Wraps a function to be generated. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic Functions.FunctionWrapper
Create 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
- iffunctionalType
is not a functional type
-