strawman
.
collections
.
CollectionStrawMan5
Nil
Related Doc:
package CollectionStrawMan5
object
Nil
extends
List
[
Nothing
] with
Product
with
Serializable
Linear Supertypes
Serializable
,
Serializable
,
Product
,
Equals
,
List
[
Nothing
],
Buildable
[
Nothing
,
List
[
Nothing
]],
Seq
[
Nothing
],
SeqLike
[
Nothing
,
List
],
SeqMonoTransforms
[
Nothing
,
List
[
Nothing
]],
Iterable
[
Nothing
],
IterableLike
[
Nothing
,
List
],
IterablePolyTransforms
[
Nothing
,
List
],
IterableMonoTransforms
[
Nothing
,
List
[
Nothing
]],
IterableOps
[
Nothing
],
FromIterable
[
List
],
IterableOnce
[
Nothing
],
AnyRef
,
Any
Ordering
Alphabetic
By inheritance
Inherited
Nil
Serializable
Serializable
Product
Equals
List
Buildable
Seq
SeqLike
SeqMonoTransforms
Iterable
IterableLike
IterablePolyTransforms
IterableMonoTransforms
IterableOps
FromIterable
IterableOnce
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Value Members
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
def
++
[
B >:
Nothing
]
(
xs:
IterableOnce
[
B
]
)
:
List
[
B
]
Definition Classes
List
→
IterablePolyTransforms
def
++:
[
B >:
Nothing
]
(
prefix:
List
[
B
]
)
:
List
[
B
]
Definition Classes
List
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
apply
(
i:
Int
)
:
Nothing
Definition Classes
List
→
Seq
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
coll
:
Iterable
[
Nothing
]
Attributes
protected
Definition Classes
Iterable
→
IterablePolyTransforms
→
IterableMonoTransforms
final
def
drop
(
n:
Int
)
:
List
[
Nothing
]
Definition Classes
List
→
IterableMonoTransforms
Annotations
@tailrec
()
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
arg0:
Any
)
:
Boolean
Definition Classes
AnyRef → Any
def
filter
(
p: (
Nothing
) ⇒
Boolean
)
:
List
[
Nothing
]
Definition Classes
IterableMonoTransforms
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
flatMap
[
B
]
(
f: (
Nothing
) ⇒
IterableOnce
[
B
]
)
:
List
[
B
]
Definition Classes
IterablePolyTransforms
def
foldLeft
[
B
]
(
z:
B
)
(
op: (
B
,
Nothing
) ⇒
B
)
:
B
Definition Classes
IterableOps
def
foldRight
[
B
]
(
z:
B
)
(
op: (
Nothing
,
B
) ⇒
B
)
:
B
Definition Classes
IterableOps
def
foreach
(
f: (
Nothing
) ⇒
Unit
)
:
Unit
Definition Classes
IterableOps
def
fromIterable
[
B
]
(
c:
Iterable
[
B
]
)
:
List
[
B
]
Definition Classes
List
→
IterablePolyTransforms
→
FromIterable
def
fromLikeIterable
(
coll:
Iterable
[
Nothing
]
)
:
List
[
Nothing
]
Attributes
protected[this]
Definition Classes
IterableLike
→
IterableMonoTransforms
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
head
:
Nothing
Definition Classes
Nil
→
List
→
IterableOps
def
indexWhere
(
p: (
Nothing
) ⇒
Boolean
)
:
Int
Definition Classes
IterableOps
def
isEmpty
:
Boolean
Definition Classes
Nil
→
List
→
IterableOps
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
def
iterator
:
Iterator
[
Nothing
]
Definition Classes
List
→
IterableOps
→
IterableOnce
def
knownLength
:
Int
Definition Classes
Iterable
def
length
:
Int
Definition Classes
List
→
Seq
def
map
[
B
]
(
f: (
Nothing
) ⇒
B
)
:
List
[
B
]
Definition Classes
IterablePolyTransforms
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
newBuilder
:
ListBuffer
[
Nothing
]
Attributes
protected[this]
Definition Classes
List
→
Buildable
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
partition
(
p: (
Nothing
) ⇒
Boolean
)
: (
List
[
Nothing
],
List
[
Nothing
])
Definition Classes
Buildable
→
IterableMonoTransforms
def
reverse
:
List
[
Nothing
]
Definition Classes
SeqMonoTransforms
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
tail
:
Nothing
Definition Classes
Nil
→
List
def
to
[
C
[
X
]
<:
Iterable
[
X
]
]
(
fi:
FromIterable
[
C
]
)
:
C
[
Nothing
]
Definition Classes
IterableMonoTransforms
def
view
:
View
[
Nothing
]
Definition Classes
IterableOps
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
zip
[
B
]
(
xs:
IterableOnce
[
B
]
)
:
List
[(
Nothing
,
B
)]
Definition Classes
IterablePolyTransforms
Inherited from
Serializable
Inherited from
Serializable
Inherited from
Product
Inherited from
Equals
Inherited from
List
[
Nothing
]
Inherited from
Buildable
[
Nothing
,
List
[
Nothing
]]
Inherited from
Seq
[
Nothing
]
Inherited from
SeqLike
[
Nothing
,
List
]
Inherited from
SeqMonoTransforms
[
Nothing
,
List
[
Nothing
]]
Inherited from
Iterable
[
Nothing
]
Inherited from
IterableLike
[
Nothing
,
List
]
Inherited from
IterablePolyTransforms
[
Nothing
,
List
]
Inherited from
IterableMonoTransforms
[
Nothing
,
List
[
Nothing
]]
Inherited from
IterableOps
[
Nothing
]
Inherited from
FromIterable
[
List
]
Inherited from
IterableOnce
[
Nothing
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped