All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.jqwik.engine.facades.ActionChainFacadeImpl Maven / Gradle / Ivy

The newest version!
package net.jqwik.engine.facades;

import java.util.function.*;

import net.jqwik.api.state.*;
import net.jqwik.engine.properties.state.*;

import org.jspecify.annotations.*;

/**
 * Is loaded through reflection in api module
 */
public class ActionChainFacadeImpl extends ActionChain.ActionChainFacade {
	@Override
	public  ActionChainArbitrary startWith(Supplier initialSupplier) {
		return new DefaultActionChainArbitrary<>(initialSupplier);
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy