LinesContent

trait LinesContent[L1]

Any type T with a name and representable as a sequence of Strings

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def lines(t: L1): Seq[String]
Returns:

the lines for this content

def name(t: L1): String
Returns:

a name for this content

Concrete methods

def differences[L2 : LinesContent](ls1: L1, ls2: L2, all: Boolean, ordered: Boolean): LinesContentDifference
Returns:

the differences with another content