SeqBuilder
folap.modeldefinition.SeqBuilder
object SeqBuilder
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SeqBuilder.type
Members list
Type members
Classlikes
implicit class SeqableString(val s: String) extends ToSeq[String]
Attributes
- Supertypes
implicit class SeqableStringSeq(val s: Seq[String]) extends ToSeq[String]
Attributes
- Supertypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class SeqableStringclass SeqableStringSeq
Extensions
Extensions
extension (head: ToSeq[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
In this article