WinOrDraw

enum WinOrDraw[A]
Companion:
object
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

case Draw[A](player1: A, player2: A)
case Win[A](winner: A, loser: A)