case object Long2List0 extends Long2List with Product with Serializable
- Alphabetic
- By Inheritance
- Long2List0
- Product
- Equals
- Long2List
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- def +:(v: Long): Long2List
Prepends the given value to this list.
Prepends the given value to this list. E.g.,
l = 2l +: l
.- Definition Classes
- Long2List0 → Long2List
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(other: Any): Boolean
- Definition Classes
- Long2List0 → Equals → Long2List → AnyRef → Any
- def foldLeft[B](z: B)(op: (B, Long) => B): B
- Definition Classes
- Long2List0 → Long2List
- def forFirstN[U](n: Int)(f: (Long) => U): Unit
Iterates over the first N values.
Iterates over the first N values.
- Definition Classes
- Long2List0 → Long2List
- def forall(p: (Long) => Boolean): Boolean
- Definition Classes
- Long2List0 → Long2List
- def foreach[U](f: (Long) => U): Unit
- Definition Classes
- Long2List0 → Long2List
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- Long2List0 → Long2List → AnyRef → Any
- def head: Long
- Definition Classes
- Long2List0 → Long2List
- def isEmpty: Boolean
- Definition Classes
- Long2List0 → Long2List
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isSingletonList: Boolean
- Definition Classes
- Long2List0 → Long2List
- def iterator: LongIterator
- returns
An iterator over this list's values. In general, you should prefer using foreach or the other specialized methods to avoid the overhead incurred by the generation of the iterator.
- Definition Classes
- Long2List0 → Long2List
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def nonEmpty: Boolean
- Definition Classes
- Long2List0 → Long2List
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def productElementName(n: Int): String
- Definition Classes
- Product
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toString(): String
- Definition Classes
- Long2List → AnyRef → Any
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated