Class AgregateMoveDecoder<M>

java.lang.Object
net.chesstango.gardel.move.AgregateMoveDecoder<M>
All Implemented Interfaces:
MoveDecoder<M>

public class AgregateMoveDecoder<M> extends Object implements MoveDecoder<M>
Author:
Mauricio Coria
  • Constructor Details

    • AgregateMoveDecoder

      public AgregateMoveDecoder(MoveSupplier<M> moveSupplier)
  • Method Details