ostrat.pCard

package ostrat.pCard

This is ancient code. Not use how much is worth salvaging

Attributes

Members list

Type members

Classlikes

case class BJOpen(dollars: Int) extends BJack

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait BJack
class Object
trait Matchable
class Any
Show all
case object BJResult extends Result

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
Self type
BJResult.type
trait BJack

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class BJOpen
class Deal
case class BlackJackGui(canv: CanvasPlatform) extends CanvasNoPanels

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait PanelLike
trait RectCenlign
trait WithCentre
trait CanvasUser
class Object
trait Matchable
class Any
Show all
case class Bust(res: Int) extends Result

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Result
class Object
trait Matchable
class Any
Show all
object Card

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Card.type
case class Card(rank: Rank, suit: Suit)

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Club extends Suit

Attributes

Supertypes
trait Suit
class Object
trait Matchable
class Any
Self type
Club.type
abstract class Deal(dollarsIn: Int, bet: Int, playerIn: Cards, houseIn: Cards) extends BJack

Attributes

Supertypes
trait BJack
class Object
trait Matchable
class Any
object Diamond extends Suit

Attributes

Supertypes
trait Suit
class Object
trait Matchable
class Any
Self type
Diamond.type
case class DispCard(unicode: Seq[Char], colour: Colour)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Heart extends Suit

Attributes

Supertypes
trait Suit
class Object
trait Matchable
class Any
Self type
Heart.type
trait NotBust extends Result

Attributes

Supertypes
trait Result
class Object
trait Matchable
class Any
Known subtypes
class OtherResult
case class OtherResult(res: Int) extends NotBust

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait NotBust
trait Result
class Object
trait Matchable
class Any
Show all
final case class Rank(value: Int) extends AnyVal

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class AnyVal
trait Matchable
class Any
Show all
sealed trait Result

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object BJResult
class Bust
trait NotBust
class OtherResult
object Spade extends Suit

Attributes

Supertypes
trait Suit
class Object
trait Matchable
class Any
Self type
Spade.type
sealed trait Suit

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object Club
object Diamond
object Heart
object Spade

Types

type Cards = Seq[Card]