Distinct

io.bullet.spliff.Diff.Chunk.Distinct
final case class Distinct[T](baseElements: Slice[T], targetElements: Slice[T]) extends Chunk[T]

A chunk, which combines two chunks that are unique to each sequence. The baseElements appear in the base sequence at the same relative position as the targetElements in the target sequence.

Value parameters

baseElements

the slice of the base sequence

targetElements

the slice of the target sequence

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Chunk[T]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product