final case class SetSystem(sets: Set[Set[Int]]) extends AnyVal with Product with Serializable
- Alphabetic
- By Inheritance
- SetSystem
- Serializable
- Product
- Equals
- AnyVal
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new SetSystem(sets: Set[Set[Int]])
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##: Int
- Definition Classes
- Any
- def +(other: String): String
- def ->[B](y: B): (SetSystem, B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- def addElem(n: Int): SetSystem
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def buildWith(that: SetSystem, n: Int): SetSystem
- def common: Set[Int]
- def conj2Fails(that: SetSystem): Boolean
- def conjFails(that: SetSystem): Boolean
- def ensuring(cond: (SetSystem) => Boolean, msg: => Any): SetSystem
- def ensuring(cond: (SetSystem) => Boolean): SetSystem
- def ensuring(cond: Boolean, msg: => Any): SetSystem
- def ensuring(cond: Boolean): SetSystem
- def formatted(fmtstr: String): String
- def franklProj: Boolean
- def freq(k: Int): Int
- def freqExp(m: Map[Int, Rational]): Rational
- def frequencies: Vector[(Int, Int)]
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def inAll: Set[Int]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isUnionClosed: Boolean
- def join(that: SetSystem): SetSystem
- def neSets: Set[Set[Int]]
- def normalize: SetSystem
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def proj(p: (Int) => Boolean): SetSystem
- def projFreqs: Map[Int, Rational]
- def properSize: Int
- def quotAll(that: SetSystem): SetSystem
- val sets: Set[Set[Int]]
- def size: Int
- def suppMaxOpt: Option[Int]
- def suppSet: Set[Int]
- def union(that: SetSystem): SetSystem
Deprecated Value Members
- def →[B](y: B): (SetSystem, B)
- Implicit
- This member is added by an implicit conversion from SetSystem toArrowAssoc[SetSystem] performed by method ArrowAssoc in scala.Predef.
- Definition Classes
- ArrowAssoc
- Annotations
- @deprecated
- Deprecated
(Since version 2.13.0) Use
->
instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.