AppliedFoldStringOps

final case class AppliedFoldStringOps[S](appliedFold: AppliedFold[S, String]) extends AnyVal
trait Product
trait Equals
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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

select the first n words of a string

select the first n words of a string

convert from a List to a String

convert from a List to a String

fold over the individual words of a String

fold over the individual words of a String

Inherited methods

Inherited from:
Product