Object

sortilege.tarot

Tarot

Related Doc: package tarot

Permalink

object Tarot

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Tarot
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. sealed abstract class Card extends AnyRef

    Permalink
  2. case class CelticCross(circle: Circle, staff: Staff) extends Product with Serializable

    Permalink
  3. case class Circle(present: Draw, challenge: Draw, past: Draw, future: Draw, above: Draw, below: Draw) extends Product with Serializable

    Permalink
  4. sealed trait Draw extends AnyRef

    Permalink
  5. case class Horseshoe(present: Draw, desires: Draw, unexpected: Draw, future: Draw, outcome: Draw) extends Product with Serializable

    Permalink
  6. case class Inverted(card: Card) extends Draw with Product with Serializable

    Permalink
  7. sealed abstract class Major extends Card

    Permalink
  8. case class Minor(suit: Suit, rank: Rank) extends Card with Product with Serializable

    Permalink
  9. sealed abstract class Rank extends AnyRef

    Permalink
  10. case class Staff(advice: Draw, influences: Draw, emotions: Draw, outcome: Draw) extends Product with Serializable

    Permalink
  11. sealed abstract class Suit extends AnyRef

    Permalink
  12. case class ThreeCard(past: Draw, present: Draw, future: Draw) extends Product with Serializable

    Permalink
  13. case class Upright(card: Card) extends Draw with Product with Serializable

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Ace extends Rank with Product with Serializable

    Permalink
  5. object Cups extends Suit with Product with Serializable

    Permalink
  6. object Death extends Major with Product with Serializable

    Permalink
  7. val Deck: Vector[Card]

    Permalink
  8. object Draw

    Permalink
  9. object Eight extends Rank with Product with Serializable

    Permalink
  10. object Five extends Rank with Product with Serializable

    Permalink
  11. object Four extends Rank with Product with Serializable

    Permalink
  12. object Judgement extends Major with Product with Serializable

    Permalink
  13. object Justice extends Major with Product with Serializable

    Permalink
  14. object King extends Rank with Product with Serializable

    Permalink
  15. object Knight extends Rank with Product with Serializable

    Permalink
  16. val MajorArcana: Vector[Major]

    Permalink
  17. val MinorArcana: Vector[Minor]

    Permalink
  18. object Nine extends Rank with Product with Serializable

    Permalink
  19. object Page extends Rank with Product with Serializable

    Permalink
  20. object Pentacles extends Suit with Product with Serializable

    Permalink
  21. object Queen extends Rank with Product with Serializable

    Permalink
  22. val Ranks: Vector[Rank]

    Permalink
  23. object Seven extends Rank with Product with Serializable

    Permalink
  24. object Six extends Rank with Product with Serializable

    Permalink
  25. object Strength extends Major with Product with Serializable

    Permalink
  26. val Suits: Vector[Suit]

    Permalink
  27. object Swords extends Suit with Product with Serializable

    Permalink
  28. object Temperance extends Major with Product with Serializable

    Permalink
  29. object Ten extends Rank with Product with Serializable

    Permalink
  30. object TheChariot extends Major with Product with Serializable

    Permalink
  31. object TheDevil extends Major with Product with Serializable

    Permalink
  32. object TheEmperor extends Major with Product with Serializable

    Permalink
  33. object TheEmpress extends Major with Product with Serializable

    Permalink
  34. object TheFool extends Major with Product with Serializable

    Permalink
  35. object TheHangedMan extends Major with Product with Serializable

    Permalink
  36. object TheHermit extends Major with Product with Serializable

    Permalink
  37. object TheHierophant extends Major with Product with Serializable

    Permalink
  38. object TheHighPriestess extends Major with Product with Serializable

    Permalink
  39. object TheLovers extends Major with Product with Serializable

    Permalink
  40. object TheMagician extends Major with Product with Serializable

    Permalink
  41. object TheMoon extends Major with Product with Serializable

    Permalink
  42. object TheStar extends Major with Product with Serializable

    Permalink
  43. object TheSun extends Major with Product with Serializable

    Permalink
  44. object TheTower extends Major with Product with Serializable

    Permalink
  45. object TheWorld extends Major with Product with Serializable

    Permalink
  46. object Three extends Rank with Product with Serializable

    Permalink
  47. object Two extends Rank with Product with Serializable

    Permalink
  48. object Wands extends Suit with Product with Serializable

    Permalink
  49. object WheelOfFortune extends Major with Product with Serializable

    Permalink
  50. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  51. def celticCross(implicit gen: Generator): CelticCross

    Permalink
  52. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def draw(n: Int)(implicit gen: Generator): Vector[Draw]

    Permalink
  54. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  55. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  56. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  57. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  58. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  59. def horseshoe(implicit gen: Generator): Horseshoe

    Permalink
  60. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  61. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  62. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  63. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  64. def shuffle(implicit gen: Generator): Vector[Card]

    Permalink
  65. def single(implicit gen: Generator): Draw

    Permalink
  66. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  67. def threeCard(implicit gen: Generator): ThreeCard

    Permalink
  68. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  69. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  70. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  71. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped