StringIterableExtensions

ostrat.StringIterableExtensions

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Make with commas. Make 1 string, by appending with ", " separator from this collection of strings.

Make with commas. Make 1 string, by appending with ", " separator from this collection of strings.

Attributes

Make with commas inside parentheses. Make 1 string, by appending with ", " separator from this collection of stringsand then enclose with a pair of parentheses.

Make with commas inside parentheses. Make 1 string, by appending with ", " separator from this collection of stringsand then enclose with a pair of parentheses.

Attributes

def mkSemi: String

Make with semicolons. Make 1 string, by appending with "; " separator from this collection of strings.

Make with semicolons. Make 1 string, by appending with "; " separator from this collection of strings.

Attributes

Make with semicolons inside parentheses. Make 1 string, by appending with "; " separator from this collection of strings and then enclose with a pair of parentheses.

Make with semicolons inside parentheses. Make 1 string, by appending with "; " separator from this collection of strings and then enclose with a pair of parentheses.

Attributes

def strFold(seperatorString: String): String
def strFold2[A](initialAcc2: A, initialString: String)(f: (String, A) => (String, A)): String

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product