final class ConstArray[+T] extends Product
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ++(o: Option[T]): ConstArray[T]
- def ++[U >: T](u: ConstArray[U]): ConstArray[U]
- def +:(v: T): ConstArray[T]
- def ->[B](y: B): (ConstArray[T], B)
- def :+(v: T): ConstArray[T]
- final def ==(arg0: Any): Boolean
- def apply(i: Int): T
- final def asInstanceOf[T0]: T0
- def canEqual(that: Any): Boolean
- def clone(): AnyRef
- def collect[R](f: PartialFunction[T, R]): ConstArray[R]
- def drop(n: Int): ConstArray[T]
- def endoMap(f: (T) => T): ConstArray[T]
- def ensuring(cond: (ConstArray[T]) => Boolean, msg: => Any): ConstArray[T]
- def ensuring(cond: (ConstArray[T]) => Boolean): ConstArray[T]
- def ensuring(cond: Boolean, msg: => Any): ConstArray[T]
- def ensuring(cond: Boolean): ConstArray[T]
- final def eq(arg0: AnyRef): Boolean
- def equals(o: Any): Boolean
- def exists(f: (T) => Boolean): Boolean
- def filter(p: (T) => Boolean): ConstArray[T]
- def find(f: (T) => Boolean): Option[T]
- def flatMap[R](f: (T) => ConstArray[R]): ConstArray[R]
- def flatten[R](implicit ev: <:<[T, ConstArray[R]]): ConstArray[R]
- def foldLeft[B](z: B)(op: (B, T) => B): B
- def foldRight[B](z: B)(op: (T, B) => B): B
- def forall(f: (T) => Boolean): Boolean
- def foreach[R](f: (T) => R): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def head: T
- def headOption: Option[T]
- def indexWhere(f: (T) => Boolean): Int
- def init: ConstArray[T]
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def iterator: Iterator[T]
- def last: T
- def lastOption: Option[T]
- val length: Int
- def lengthCompare(n: Int): Int
- def map[R](f: (T) => R): ConstArray[R]
- def mkString(start: String, sep: String, end: String): String
- def mkString(sep: String): String
- final def ne(arg0: AnyRef): Boolean
- def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productArity: Int
- def productElement(i: Int): Any
- def productElementName(n: Int): String
- def productElementNames: Iterator[String]
- def productIterator: Iterator[Any]
- def productPrefix: String
- def slice(from: Int, until: Int): ConstArray[T]
- final def synchronized[T0](arg0: => T0): T0
- def tail: ConstArray[T]
- def take(n: Int): ConstArray[T]
- def toArray[R >: T](implicit arg0: ClassTag[R]): Array[R]
- def toMap[R, U](implicit ev: <:<[T, (R, U)]): HashMap[R, U]
- def toSeq: IndexedSeq[T]
- def toSet: HashSet[T]
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withFilter(p: (T) => Boolean): ConstArrayOp[T]
- def zip[U](u: ConstArray[U]): ConstArrayOp[(T, U)]
- def zipWithIndex: ConstArrayOp[(T, Int)]
Deprecated Value Members
- def finalize(): Unit
- def formatted(fmtstr: String): String
- def →[B](y: B): (ConstArray[T], B)
Inherited from Product
Value Members
- def productElementName(n: Int): String
- def productElementNames: Iterator[String]
- def productIterator: Iterator[Any]
Inherited from AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- final def ##: Int
- final def ==(arg0: Any): Boolean
- def clone(): AnyRef
- final def eq(arg0: AnyRef): Boolean
- final def getClass(): Class[_ <: AnyRef]
- final def ne(arg0: AnyRef): Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- final def synchronized[T0](arg0: => T0): T0
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def finalize(): Unit
Inherited from Any
Value Members
- final def asInstanceOf[T0]: T0
- final def isInstanceOf[T0]: Boolean
Inherited by implicit conversion any2stringadd fromConstArray[T] to any2stringadd[ConstArray[T]]
Value Members
- def +(other: String): String
Inherited by implicit conversion StringFormat fromConstArray[T] to StringFormat[ConstArray[T]]
Value Members
- def formatted(fmtstr: String): String
Ungrouped
- final def !=(arg0: Any): Boolean
- final def ##: Int
- def +(other: String): String
- def ++(o: Option[T]): ConstArray[T]
- def ++[U >: T](u: ConstArray[U]): ConstArray[U]
- def +:(v: T): ConstArray[T]
- def ->[B](y: B): (ConstArray[T], B)
- def :+(v: T): ConstArray[T]
- final def ==(arg0: Any): Boolean
- def apply(i: Int): T
- final def asInstanceOf[T0]: T0
- def canEqual(that: Any): Boolean
- def clone(): AnyRef
- def collect[R](f: PartialFunction[T, R]): ConstArray[R]
- def drop(n: Int): ConstArray[T]
- def endoMap(f: (T) => T): ConstArray[T]
- def ensuring(cond: (ConstArray[T]) => Boolean, msg: => Any): ConstArray[T]
- def ensuring(cond: (ConstArray[T]) => Boolean): ConstArray[T]
- def ensuring(cond: Boolean, msg: => Any): ConstArray[T]
- def ensuring(cond: Boolean): ConstArray[T]
- final def eq(arg0: AnyRef): Boolean
- def equals(o: Any): Boolean
- def exists(f: (T) => Boolean): Boolean
- def filter(p: (T) => Boolean): ConstArray[T]
- def find(f: (T) => Boolean): Option[T]
- def flatMap[R](f: (T) => ConstArray[R]): ConstArray[R]
- def flatten[R](implicit ev: <:<[T, ConstArray[R]]): ConstArray[R]
- def foldLeft[B](z: B)(op: (B, T) => B): B
- def foldRight[B](z: B)(op: (T, B) => B): B
- def forall(f: (T) => Boolean): Boolean
- def foreach[R](f: (T) => R): Unit
- final def getClass(): Class[_ <: AnyRef]
- def hashCode(): Int
- def head: T
- def headOption: Option[T]
- def indexWhere(f: (T) => Boolean): Int
- def init: ConstArray[T]
- def isEmpty: Boolean
- final def isInstanceOf[T0]: Boolean
- def iterator: Iterator[T]
- def last: T
- def lastOption: Option[T]
- val length: Int
- def lengthCompare(n: Int): Int
- def map[R](f: (T) => R): ConstArray[R]
- def mkString(start: String, sep: String, end: String): String
- def mkString(sep: String): String
- final def ne(arg0: AnyRef): Boolean
- def nonEmpty: Boolean
- final def notify(): Unit
- final def notifyAll(): Unit
- def productArity: Int
- def productElement(i: Int): Any
- def productElementName(n: Int): String
- def productElementNames: Iterator[String]
- def productIterator: Iterator[Any]
- def productPrefix: String
- def slice(from: Int, until: Int): ConstArray[T]
- final def synchronized[T0](arg0: => T0): T0
- def tail: ConstArray[T]
- def take(n: Int): ConstArray[T]
- def toArray[R >: T](implicit arg0: ClassTag[R]): Array[R]
- def toMap[R, U](implicit ev: <:<[T, (R, U)]): HashMap[R, U]
- def toSeq: IndexedSeq[T]
- def toSet: HashSet[T]
- def toString(): String
- final def wait(arg0: Long, arg1: Int): Unit
- final def wait(arg0: Long): Unit
- final def wait(): Unit
- def withFilter(p: (T) => Boolean): ConstArrayOp[T]
- def zip[U](u: ConstArray[U]): ConstArrayOp[(T, U)]
- def zipWithIndex: ConstArrayOp[(T, Int)]
- def finalize(): Unit
- def formatted(fmtstr: String): String
- def →[B](y: B): (ConstArray[T], B)
edit this text on github
Scala Language-Integrated Connection Kit
This is the API documentation for the Slick database library. It should be used as an additional resource to the user manual.
Further documentation for Slick can be found on the documentation pages.
To the slick package list...