Interface MoveSupplier<M>

All Known Implementing Classes:
Move.GardelMoveSupplier
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface MoveSupplier<M>
Author:
Mauricio Coria
  • Method Summary

    Modifier and Type
    Method
    Description
    get(int fromFile, int fromRank, int toFile, int toRank, int fromPiece, int toPiece, int promotion)
     
  • Method Details

    • get

      M get(int fromFile, int fromRank, int toFile, int toRank, int fromPiece, int toPiece, int promotion)