Package net.jqwik.api.state
Klasse ActionChain.ActionChainFacade
java.lang.Object
net.jqwik.api.state.ActionChain.ActionChainFacade
- Umschließende Schnittstelle:
ActionChain<S extends @Nullable Object>
-
Konstruktorübersicht
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungabstract <T extends @Nullable Object>
ActionChainArbitrary<T>
-
Konstruktordetails
-
ActionChainFacade
public ActionChainFacade()
-
-
Methodendetails
-
startWith
public abstract <T extends @Nullable Object> ActionChainArbitrary<T> startWith(Supplier<? extends T> initialSupplier)
-