Card

ostrat.pCard.Card
See theCard companion class
object Card

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Card.type

Members list

Type members

Classlikes

implicit class ImplicitPackOfCards(theseCards: Cards)

Attributes

Supertypes
class Object
trait Matchable
class Any

Types

type Cards = Seq[Card]

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(rankNum: Int, suit: Suit): Option[Card]
def multiShuffled(numberOfPacks: Int): Cards
def newPack: Seq[Card]
def newSeq(pairs: (Int, Suit)*): Seq[Card]
def noCards: Cards

Concrete fields

val suits: Seq[Suit]

Implicits

Implicits

final implicit def ImplicitPackOfCards(theseCards: Cards): ImplicitPackOfCards