AppliedLensStringsOps

final case class AppliedLensStringsOps[S](appliedLens: AppliedLens[S, String]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def mkString(sep: String): AppliedLens_[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 takeWords(i: Int): AppliedTraversal[S, String]

select the first n words of a string

select the first n words of a string

def toChars: AppliedLens[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