class ScalaVec[X] extends AnyRef
- Alphabetic
- By Inheritance
- ScalaVec
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ScalaVec(basetyp: Typ[Term])(implicit baserep: ScalaPolyRep[RepTerm[X], X])
Type Members
- case class VecTyp(dim: Int) extends ScalaTyp[Vector[X]] with Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (ScalaVec[X], B)
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val Vec: FuncLike[RepTerm[Long], Typ[Term]]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val basetyp: Typ[Term]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- val empty: RepTerm[Vector[X]]
- def ensuring(cond: (ScalaVec[X]) => Boolean, msg: => Any): ScalaVec[X]
- def ensuring(cond: (ScalaVec[X]) => Boolean): ScalaVec[X]
- def ensuring(cond: Boolean, msg: => Any): ScalaVec[X]
- def ensuring(cond: Boolean): ScalaVec[X]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatted(fmtstr: String): String
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val m: RepTerm[Long]
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- implicit val nrep: ScalaPolyRep[RepTerm[Long], Long]
- implicit val r: ScalaPolyRep[FuncLike[RepTerm[Long], FuncLike[RepTerm[X], FuncLike[RepTerm[Vector[X]], RepTerm[Vector[X]]]]], (Long) => (X) => (Vector[X]) => Vector[X]]
- val size: Option[FuncLike[RepTerm[Long], FuncLike[RepTerm[Vector[X]], RepTerm[Long]]]]
- val succ: FuncLike[RepTerm[Long], FuncLike[RepTerm[X], FuncLike[RepTerm[Vector[X]], RepTerm[Vector[X]]]]]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- implicit val urep: ScalaPolyRep[Typ[Term], Typ[Term]]
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- implicit object Rep extends ScalaPolyRep[RepTerm[Vector[X]], Vector[X]]
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
- def →[B](y: B): (ScalaVec[X], B)
- Implicit
- This member is added by an implicit conversion from ScalaVec[X] toArrowAssoc[ScalaVec[X]] 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.