AppliedTraversalStringOps

final case class AppliedTraversalStringOps[S](appliedTraversal: AppliedTraversal[S, String]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def mkString(sep: String): AppliedTraversal_[S, S, String, List[String]]

shows all elements of a collection in a string using a separator string

shows all elements of a collection in a string using a separator string

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

convert from a List to a String

convert from a List to a String

def toWords: AppliedTraversal[S, 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