SeqBuilder

folap.modeldefinition.SeqBuilder
object SeqBuilder

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
SeqBuilder.type

Members list

Type members

Classlikes

implicit class SeqableString(val s: String) extends ToSeq[String]

Attributes

Supertypes
trait ToSeq[String]
class Object
trait Matchable
class Any
implicit class SeqableStringSeq(val s: Seq[String]) extends ToSeq[String]

Attributes

Supertypes
trait ToSeq[String]
class Object
trait Matchable
class Any
trait ToSeq[T]

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Extensions

Extensions

extension (head: ToSeq[String])
infix def -->(tail: String): Seq[String]

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

Implicits

Implicits

final implicit def SeqableString(s: String): SeqableString
final implicit def SeqableStringSeq(s: Seq[String]): SeqableStringSeq