UnapplySeqWrapper

scala.collection.SeqFactory.UnapplySeqWrapper
final class UnapplySeqWrapper[A](c: SeqOps[A, Seq, Seq[A]]) extends AnyVal

Attributes

Source
Factory.scala
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Value members

Concrete methods

def apply(i: Int): A

Attributes

Source
Factory.scala
def drop(n: Int): Seq[A]

Attributes

Source
Factory.scala

Attributes

Source
Factory.scala
def isEmpty: false

Attributes

Source
Factory.scala
def lengthCompare(len: Int): Int

Attributes

Source
Factory.scala
def toSeq: Seq[A]

Attributes

Source
Factory.scala