Package net.starype.quiz.api.game
Class WinnerExists
- java.lang.Object
-
- net.starype.quiz.api.game.WinnerExists
-
- All Implemented Interfaces:
RoundEndingPredicate
public class WinnerExists extends java.lang.Object implements RoundEndingPredicate
-
-
Constructor Summary
Constructors Constructor Description WinnerExists(java.util.concurrent.atomic.AtomicReference<? extends IDHolder<?>> container)
-
Method Summary
Modifier and Type Method Description boolean
ends()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.starype.quiz.api.game.RoundEndingPredicate
and, or
-
-
-
-
Constructor Detail
-
WinnerExists
public WinnerExists(java.util.concurrent.atomic.AtomicReference<? extends IDHolder<?>> container)
-
-
Method Detail
-
ends
public boolean ends()
- Specified by:
ends
in interfaceRoundEndingPredicate
-
-