public static class Functions.FunctionWrapper
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
<T> Arbitrary<T> |
returns(Arbitrary<?> resultArbitrary)
Create an arbitrary to create instances of functions represented by this wrapper.
|
public <T> Arbitrary<T> returns(Arbitrary<?> resultArbitrary)
T
- The exact functional type to generateresultArbitrary
- The arbitrary used to generate return values