-
public interface IGameRepository<P extends IPlayer, G extends IGame<P>>
-
-
Method Summary
-
-
Method Detail
-
getAllByNotStarted
abstract List<G> getAllByNotStarted()
-
removeByCode
abstract Unit removeByCode(String gameCode)
-
safeGetByCode
G safeGetByCode(String gameCode, UUID withAdmin)
-
-
-
-