final case class Word(ls: Vector[Int]) extends AnyVal with Product with Serializable
Instance Constructors
- new Word(ls: Vector[Int])
Value Members
- def !: Word
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def *(that: Word): Word
- def +(other: String): String
- def ++(that: Word): Word
- def +:(let: Int): Word
- def ->[B](y: B): (Word, B)
- def :+(let: Int): Word
- final def ==(arg0: Any): Boolean
- def ^(that: Word): Word
- def ^(n: Int): Word
- def ^^(k: Int): Word
- final def asInstanceOf[T0]: T0
- def conj(that: Word): Word
- def conjGen(k: Int): Word
- def ensuring(cond: (Word) => Boolean, msg: => Any): Word
- def ensuring(cond: (Word) => Boolean): Word
- def ensuring(cond: Boolean, msg: => Any): Word
- def ensuring(cond: Boolean): Word
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- def inv: Word
- final def isInstanceOf[T0]: Boolean
- def isReduced: Boolean
- val ls: Vector[Int]
- def maxgen: Int
- def pow: (Int) => Word
- def productElementNames: Iterator[String]
- def reduce: Word
- def rmvtop(rank: Int): Word
- def toPlainString: String
- def toString(): String
- def toUnicode: String
Deprecated Value Members
- def →[B](y: B): (Word, B)
Inherited from Product
Value Members
- def productElementNames: Iterator[String]
Inherited from AnyVal
Value Members
- def getClass(): Class[_ <: AnyVal]
Inherited from Any
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromWord to any2stringadd[Word]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromWord to StringFormat[Word]
Value Members
- def formatted(fmtstr: String): String
Inherited by implicit conversion Ensuring fromWord to Ensuring[Word]
Value Members
- def ensuring(cond: (Word) => Boolean, msg: => Any): Word
- def ensuring(cond: (Word) => Boolean): Word
- def ensuring(cond: Boolean, msg: => Any): Word
- def ensuring(cond: Boolean): Word
Inherited by implicit conversion ArrowAssoc fromWord to ArrowAssoc[Word]
Value Members
- def ->[B](y: B): (Word, B)
- def →[B](y: B): (Word, B)
Ungrouped
- def !: Word
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def *(that: Word): Word
- def +(other: String): String
- def ++(that: Word): Word
- def +:(let: Int): Word
- def ->[B](y: B): (Word, B)
- def :+(let: Int): Word
- final def ==(arg0: Any): Boolean
- def ^(that: Word): Word
- def ^(n: Int): Word
- def ^^(k: Int): Word
- final def asInstanceOf[T0]: T0
- def conj(that: Word): Word
- def conjGen(k: Int): Word
- def ensuring(cond: (Word) => Boolean, msg: => Any): Word
- def ensuring(cond: (Word) => Boolean): Word
- def ensuring(cond: Boolean, msg: => Any): Word
- def ensuring(cond: Boolean): Word
- def formatted(fmtstr: String): String
- def getClass(): Class[_ <: AnyVal]
- def inv: Word
- final def isInstanceOf[T0]: Boolean
- def isReduced: Boolean
- val ls: Vector[Int]
- def maxgen: Int
- def pow: (Int) => Word
- def productElementNames: Iterator[String]
- def reduce: Word
- def rmvtop(rank: Int): Word
- def toPlainString: String
- def toString(): String
- def toUnicode: String
- def →[B](y: B): (Word, B)