scala.collection.immutable

class StringOps

[source: scala/collection/immutable/StringOps.scala]

class StringOps(val override repr : java.lang.String)
extends StringLike[java.lang.String]
Since
2.8
Method Summary
protected[this] override def newBuilder : StringBuilder
Creates a string builder buffer as builder for this class
protected[this] override def thisCollection : WrappedString
protected[this] override def toCollection (repr : java.lang.String) : WrappedString
override def toString : java.lang.String
Need to override string, so that it's not the Function1's string that gets mixed in.
Methods inherited from StringLike
apply, length, mkString, *, compare, stripLineEnd, linesWithSeparators, lines, linesIterator, capitalize, stripPrefix, stripSuffix, stripMargin, stripMargin, split, split, r, toBoolean, toByte, toShort, toInt, toLong, toFloat, toDouble, format, format
Methods inherited from Ordered
<, >, <=, >=, compareTo
Methods inherited from IndexedSeqLike
iterator, isEmpty, foreach, forall, exists, find, foldLeft, foldRight, reduceLeft, reduceRight, zip, zipWithIndex, slice, head, tail, last, init, take, drop, takeRight, dropRight, splitAt, takeWhile, dropWhile, span, sameElements, copyToArray, lengthCompare, segmentLength, indexWhere, lastIndexWhere, reverse, reverseIterator, startsWith, endsWith, view, view
Methods inherited from SeqLike
size, isDefinedAt, prefixLength, indexWhere, findIndexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexWhere, reverseMap, reversedElements, startsWith, indexOfSeq, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, contains, union, diff, intersect, removeDuplicates, patch, updated, +:, :+, padTo, sortWith, sortWith, sortBy, toSeq, indices, hashCode, equals, findLastIndexOf, equalsWith, containsSlice, projection
Methods inherited from IterableLike
elements, toIterable, zipAll, toStream, canEqual, first, firstOption
Methods inherited from TraversableLike
nonEmpty, hasDefiniteSize, ++, ++, map, flatMap, filter, filterNot, partialMap, remove, partition, groupBy, count, /:, :\, reduceLeftOption, reduceRightOption, sum, product, min, max, headOption, lastOption, copyToBuffer, copyToArray, toArray, toList, toIndexedSeq, toSet, mkString, mkString, addString, addString, addString, stringPrefix, withFilter
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
protected[this] override def thisCollection : WrappedString

protected[this] override def toCollection(repr : java.lang.String) : WrappedString

protected[this] override def newBuilder : StringBuilder
Creates a string builder buffer as builder for this class
Overrides
StringLike.newBuilder

override def toString : java.lang.String
Need to override string, so that it's not the Function1's string that gets mixed in.