Deck

case class Deck(cards: Map[Card, Int])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def cardList: List[Card]
def codeList: List[String]
def codes: Map[String, Int]
def encode: Attempt[String]

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product