com.geirolz.git4s.data.diff

Members list

Type members

Classlikes

case class CodeBlock(startLine: Int, startColumn: Int, endLine: Int, endColumn: Int, lines: Chunk[String])

Attributes

Companion
object
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object CodeBlock

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
CodeBlock.type
sealed trait FileDiff(sourceFile: Option[Path], targetFile: Option[Path], changes: LazyList[(CodeBlock, CodeBlock)])

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class DeletedFile
class ModifiedFile
class NewFile
class RenamedFile
object FileDiff extends FileDiffInstances

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Show all
Self type
FileDiff.type
sealed trait FileDiffInstances

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
object FileDiff