ToSeq

folap.modeldefinition.SeqBuilder.ToSeq
trait ToSeq[T]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Abstract methods

def toSeq: Seq[T]

Concrete methods

infix def -->(tail: String): Seq[String]
Extension method from SeqBuilder

Append a string to a Seq of strings, or generate a Seq of strings from two strings

Append a string to a Seq of strings, or generate a Seq of strings from two strings

Value parameters

tail

The string to be appended

Attributes

Returns

A Seq with the provided element appended