Scala 3
3.7.4-bin-SNAPSHOT
Learn
Install
Playground
Find A Library
Community
Blog
Scala 3
Learn
Install
Playground
Find A Library
Community
Blog
Scala 3
/
scala
/
scala.collection
/
SeqFactory
/
UnapplySeqWrapper
UnapplySeqWrapper
scala.collection.SeqFactory.UnapplySeqWrapper
final
class
UnapplySeqWrapper
[
A
](
c
:
SeqOps
[
A
,
Seq
,
Seq
[
A
]])
extends
AnyVal
Attributes
Source
Factory.scala
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
AnyVal
trait
Matchable
class
Any
Members list
Clear all
Value members
Concrete methods
def
apply
(
i
:
Int
):
A
Attributes
Source
Factory.scala
def
drop
(
n
:
Int
):
Seq
[
A
]
Attributes
Source
Factory.scala
def
get
:
UnapplySeqWrapper
[
A
]
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
In this article
Attributes
Members list
Value members
Concrete methods