InBase

io.bullet.spliff.Diff.Chunk.InBase
final case class InBase[T](elements: Slice[T]) extends Chunk[T]

A chunk, which only appears in the base sequence.

Value parameters

elements

the slice of the base 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