WrappedString

A companion object for wrapped strings.

Companion:
class
Source:
WrappedString.scala

Type members

Classlikes

final implicit class UnwrapOp(value: WrappedString) extends AnyVal

Value members

Concrete methods

Value parameters:
it

Source collection

Returns:

A collection of type C containing the same elements as the source collection it.

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.

Source:
WrappedString.scala

Inherited methods

def apply(xs: Char*): C
def fill(n: Int)(elem: => Char): C

Concrete fields

Implicits

Implicits

final implicit def UnwrapOp(value: WrappedString): UnwrapOp

Inherited implicits