WrappedString (original) (raw)
scala.collection.immutable.WrappedString
See theWrappedString companion class
A companion object for wrapped strings.
Attributes
Companion
Source
Graph
Supertypes
Self type
Members list
Value parameters
it
Source collection
Attributes
Returns
A collection of type C
containing the same elements as the source collection it
.
Source
Get a Builder for the collection.
Get a Builder for the collection. For non-strict collection types this will use an intermediate buffer. Building collections with fromSpecific
is preferred because it can be lazy for lazy collections.
Attributes
Source
In this article