Uses of Class
sudoku.Table.CreateMsg
-
-
Uses of Table.CreateMsg in sudoku
Methods in sudoku with parameters of type Table.CreateMsg Modifier and Type Method Description static akka.actor.typed.Behavior<Table.Protocol>
Table. create(Table.CreateMsg createMsg)
Public method that calls private constructor.Constructors in sudoku with parameters of type Table.CreateMsg Constructor Description Table(akka.actor.typed.javadsl.ActorContext<Table.Protocol> context, Table.CreateMsg createMsg)
-