You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add Stageable interface, implement it with Tables(DTO), Brackets(DTO), and FinalableStage extends Stageable. TournamentDTO has field of type List<T extends Stageable>.
FinalableStage has List<Finalable> : finals == List<Finalable>.
Class Tables implements Finalable.
Class Brackets implements Finalable.
Interface Finalable extends Stageable.
Class FinalableStage implements Stageable.
The text was updated successfully, but these errors were encountered:
Add Stageable interface, implement it with Tables(DTO), Brackets(DTO), and FinalableStage extends Stageable. TournamentDTO has field of type List<T extends Stageable>.
FinalableStage has List<Finalable> : finals == List<Finalable>.
Class Tables implements Finalable.
Class Brackets implements Finalable.
Interface Finalable extends Stageable.
Class FinalableStage implements Stageable.
The text was updated successfully, but these errors were encountered: