SeqLinesContent

case class SeqLinesContent[A, CC <: (Iterable)]() extends LinesContent[CC[A]]

Default implementation for reading lines out of a Seq

trait Serializable
trait Product
trait Equals
trait LinesContent[CC[A]]
class Object
trait Matchable
class Any

Value members

Concrete methods

def lines(seq: CC[A]): Seq[String]
def name(seq: CC[A]): String

Inherited methods

def differences[L2](ls1: CC[A], ls2: L2, all: Boolean, ordered: Boolean)(using evidence$1: LinesContent[L2]): LinesContentDifference
Returns:

the differences with another content

Inherited from:
LinesContent
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product