final class StringOps
extends AnyVal with IterableOps with SeqMonoTransforms with IterablePolyTransforms

Concrete collection type: String

Constructors

StringOps ( s: String )

Members

[+] val s : String
[+] def ++ ( xs: IterableOnce [ Char ] ) : String
[+] def ++ ( xs: String ) : String
[+] protected def coll : Iterable [ A ]
[+] def flatMap ( f: Char => String ) : String
[+] def fromIterable ( coll: Iterable [ B ] ) : List [ B ]
[+] protected def fromLikeIterable ( coll: Iterable [ Char ] ) : String
[+] def iterator : Iterator [ A ]
[+] def map ( f: Char => Char ) : String