scala.collection.immutable.WrappedString
See theWrappedString companion class
object WrappedString extends SpecificIterableFactory[Char, WrappedString]
A companion object for wrapped strings.
Attributes
- Companion
- class
- Source
- WrappedString.scala
- Graph
-
- Supertypes
- Self type
-
WrappedString.type
Members list
Type members
Classlikes
final implicit class UnwrapOp(value: WrappedString) extends AnyVal
Attributes
- Source
- WrappedString.scala
- Supertypes
Value members
Concrete methods
Value parameters
- it
-
Source collection
Attributes
- Returns
-
A collection of type
C
containing the same elements as the source collectionit
. - Source
- WrappedString.scala
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
- WrappedString.scala
Inherited methods
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
Concrete fields
Attributes
- Source
- WrappedString.scala
Implicits
Implicits
Attributes
- Source
- WrappedString.scala
Inherited implicits
Attributes
- Inherited from:
- SpecificIterableFactory
- Source
- Factory.scala
In this article