final case class CFList(underlying: Seq[Int]) extends AnyVal with Product with Serializable
Instance Constructors
- new CFList(underlying: Seq[Int])
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- final def asInstanceOf[T0]: T0
- def getClass(): Class[_ <: AnyVal]
- final def isInstanceOf[T0]: Boolean
- def productElementNames: Iterator[String]
- val underlying: Seq[Int]
Inherited from Product
Inherited from Equals
Inherited from AnyVal
Inherited from Any