scala.collection.TraversableViewLike.Appended
pre: from >= 0
A class supporting filtered operations
Concatenates this collection with the elements of an iterator
Concatenates this collection with the elements of a traversable collection
Applies a binary operator to a start value and all elements of this collection, going left to right
Applies a binary operator to all elements of this collection and a start value, going right to left
Appends all elements of this collection to a string builder
Appends all elements of this collection to a string builder using a separator string
Appends all elements of this collection to a string builder using start, end, and separator strings
The factory companion object that builds instances of class CC
Copies elements of this collection to an array
Copies elements of this collection to an array
Copies elements of this collection to an array
Copies all elements of this collection to a buffer
Counts the number of elements in the collection which satisfy a predicate
Selects all elements except first n ones
Drops longest prefix of elements that satisfy a predicate
Tests whether a predicate holds for some of the elements of this collection
Selects all elements of this collection which satisfy a predicate
Selects all elements of this collection which do not satisfy a predicate
Finds the first element of the collection satisfying a predicate, if any
Builds a new collection by applying a function to all elements of this collection and concatenating the results
Converts this collection of traversable collections into a collection in which all element collections are concatenated
Applies a binary operator to a start value and all elements of this collection, going left to right
Applies a binary operator to all elements of this collection and a start value, going right to left
Tests whether a predicate holds for all elements of this collection
Applies a function f
to all elements of this collection
The generic builder that builds instances of CC at arbitrary element types
Partitions this collection into a map of collections according to some discriminator function
Tests whether this collection is known to have a finite size
Selects the first element of this collection
Optionally selects the first element
Selects all elements except the last
Tests whether this collection is empty
Selects the last element
Optionally selects the last element
Builds a new collection by applying a function to all elements of this collection
Finds the largest element
Finds the smallest element
Displays all elements of this collection in a string
Displays all elements of this collection in a string using a separator string
Displays all elements of this collection in a string using start, end, and separator strings
Tests whether the collection is not empty
Builds a new collection by applying a partial function to all elements of this collection on which the function is defined
Partitions this collection in two collections according to a predicate
Multiplies up the elements of this collection
Applies a binary operator to all elements of this collection, going left to right
Optionally applies a binary operator to all elements of this collection, going left to right
Applies a binary operator to all elements of this collection, going right to left
Optionally applies a binary operator to all elements of this collection, going right to left
The collection of type collection underlying this TraversableLike
object
The size of this collection
Selects an interval of elements
Spits this collection into a prefix/suffix pair according to a predicate
Splits this collection into two at a given position
Defines the prefix of this object's toString
representation
Sums up the elements of this collection
Selects all elements except the first
Selects first n elements
Takes longest prefix of elements that satisfy a predicate
Converts this collection to an array
Converts this collection to an indexed sequence
Converts this collection to an iterable collection
Converts this collection to a list
Converts this collection to a sequence
Converts this collection to a set
Converts this collection to a stream
Converts this collection to a string
Transposes this collection of traversable collections into
Converts this collection of pairs into two collections of the first and second halfs of each pair
Creates a non-strict view of a slice of this collection
Creates a non-strict view of this collection
Creates a non-strict filter of this collection