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

com.fathzer.jchess.uci.MoveGeneratorSupplier Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.fathzer.jchess.uci;

import java.util.function.Supplier;

import com.fathzer.games.MoveGenerator;

/** An interface of engines able to build instances of move generator.
 * 
The instance supplied are initialized on the current engine position. * @param The class of the moves returned by the move generator. */ public interface MoveGeneratorSupplier extends Supplier> { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy