AppliedStringsOps

final case class AppliedStringsOps(s: String) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def takeWords(i: Int): AppliedTraversal[String, String]

select the first n words of a string

select the first n words of a string

def toChars: AppliedTraversal[String, List[Char]]

convert from a List to a String

convert from a List to a String

def toWords: AppliedTraversal[String, String]

fold over the individual words of a String

fold over the individual words of a String

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product