Package sudoku

Class Player.RejectOfferMsg

    • Field Detail

      • _rejectedDigit

        public final int _rejectedDigit
    • Constructor Detail

      • RejectOfferMsg

        public RejectOfferMsg​(int rejectedDigit,
                              akka.actor.typed.ActorRef<Table.Protocol> replyTo,
                              int tableId,
                              int iterationId)